Edit

Share via


IProvider.GetTokenAsync(Boolean) Method

Definition

Retrieve a token for the authenticated user.

public System.Threading.Tasks.Task<string> GetTokenAsync(bool silentOnly = false);
abstract member GetTokenAsync : bool -> System.Threading.Tasks.Task<string>
Public Function GetTokenAsync (Optional silentOnly As Boolean = false) As Task(Of String)

Parameters

silentOnly
Boolean

Determines if the acquisition should be done without prompts to the user.

Returns

A token string for the authenticated user.

Applies to