다음을 통해 공유


AdalAuthenticator.IAuthenticator.GetTokenAsync(Boolean) 메서드

정의

System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticatorResult> IAuthenticator.GetTokenAsync (bool forceRefresh);
abstract member Microsoft.Bot.Connector.Authentication.IAuthenticator.GetTokenAsync : bool -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticatorResult>
override this.Microsoft.Bot.Connector.Authentication.IAuthenticator.GetTokenAsync : bool -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticatorResult>
Function GetTokenAsync (forceRefresh As Boolean) As Task(Of AuthenticatorResult) Implements IAuthenticator.GetTokenAsync

매개 변수

forceRefresh
Boolean

반환

구현

적용 대상