TokenProvider.OnBeginGetToken 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.
Executes upon calling the BeginGetToken method.
protected abstract IAsyncResult OnBeginGetToken (string appliesTo, string action, TimeSpan timeout, AsyncCallback callback, object state);
abstract member OnBeginGetToken : string * string * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected MustOverride Function OnBeginGetToken (appliesTo As String, action As String, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- appliesTo
- String
The URI which the access token applies to.
- action
- String
The request action.
- timeout
- TimeSpan
The time span that specifies the timeout value for the message that gets the security token.
- callback
- AsyncCallback
An AsyncCallback delegate that references the method to invoke when the operation is complete.
- state
- Object
A user-defined object that contains state information about the asynchronous operation.
Returns
An IAsyncResult object that references the asynchronous operation to get a token.