Udostępnij za pośrednictwem


IAuthenticator.GetTokenAsync(Boolean) Metoda

Definicja

Uzyskuje token zabezpieczający.

public System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticatorResult> GetTokenAsync (bool forceRefresh = false);
abstract member GetTokenAsync : bool -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticatorResult>
Public Function GetTokenAsync (Optional forceRefresh As Boolean = false) As Task(Of AuthenticatorResult)

Parametry

forceRefresh
Boolean

Informuje metodę o uzyskaniu nowego tokenu niezależnie od wygaśnięcia.

Zwraca

Obiekt Task<TResult>.

Dotyczy