TokenProvider.OnBeginGetWebToken Method

Definition

Executes upon calling the BeginGetWebToken method.

protected abstract IAsyncResult OnBeginGetWebToken (string appliesTo, string action, TimeSpan timeout, AsyncCallback callback, object state);
abstract member OnBeginGetWebToken : string * string * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected MustOverride Function OnBeginGetWebToken (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 web token.

Applies to