OAuthTokenProvider.OnBeginGetWebToken Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a web token when the provider begins.
protected override IAsyncResult OnBeginGetWebToken (string appliesTo, string action, TimeSpan timeout, AsyncCallback callback, object state);
override this.OnBeginGetWebToken : string * string * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function OnBeginGetWebToken (appliesTo As String, action As String, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- appliesTo
- String
The provider in which the web token will be applied.
- action
- String
The action.
- timeout
- TimeSpan
The duration.
- callback
- AsyncCallback
The callback.
- state
- Object
The state of the operation.
Returns
The asynchronous result of the operation.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET