TokenProvider.OnEndGetWebToken(IAsyncResult, DateTime) Method

Definition

Executes upon calling the EndGetWebToken method.

protected abstract string OnEndGetWebToken (IAsyncResult result, out DateTime cacheUntil);
abstract member OnEndGetWebToken : IAsyncResult * DateTime -> string
Protected MustOverride Function OnEndGetWebToken (result As IAsyncResult, ByRef cacheUntil As DateTime) As String

Parameters

result
IAsyncResult

An IAsyncResult object that references the asynchronous operation to get a web token.

cacheUntil
DateTime

When this method returns, contains the expiration date and time of the token information in the cache.

Returns

The String that represents the web token.

Applies to