TokenProvider.EndGetWebToken(IAsyncResult) Method

Definition

Completes an asynchronous operation to get a web token.

public string EndGetWebToken (IAsyncResult result);
member this.EndGetWebToken : IAsyncResult -> string
Public Function EndGetWebToken (result As IAsyncResult) As String

Parameters

result
IAsyncResult

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

Returns

The String that represents the web token.

Applies to