Edit

Share via


BaseProvider.GetTokenAsync(Boolean) Method

Definition

Retrieve a token for the authenticated user.

public abstract System.Threading.Tasks.Task<string> GetTokenAsync(bool silentOnly = false);
abstract member GetTokenAsync : bool -> System.Threading.Tasks.Task<string>
Public MustOverride 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.

Implements

Applies to