Sdílet prostřednictvím


DelegatingAuthenticator.TryAuthenticate Method

Definition

Overloads

TryAuthenticate(AuthenticationParameters, Task<IAccessToken>)
TryAuthenticate(AuthenticationParameters, CancellationToken, Task<IAccessToken>)

TryAuthenticate(AuthenticationParameters, Task<IAccessToken>)

public bool TryAuthenticate (Microsoft.Azure.Commands.Common.Authentication.AuthenticationParameters parameters, out System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Authentication.IAccessToken> token);
abstract member TryAuthenticate : Microsoft.Azure.Commands.Common.Authentication.AuthenticationParameters * Task -> bool
override this.TryAuthenticate : Microsoft.Azure.Commands.Common.Authentication.AuthenticationParameters * Task -> bool
Public Function TryAuthenticate (parameters As AuthenticationParameters, ByRef token As Task(Of IAccessToken)) As Boolean

Parameters

Returns

Implements

Applies to

TryAuthenticate(AuthenticationParameters, CancellationToken, Task<IAccessToken>)

public bool TryAuthenticate (Microsoft.Azure.Commands.Common.Authentication.AuthenticationParameters parameters, System.Threading.CancellationToken cancellationToken, out System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Authentication.IAccessToken> token);
abstract member TryAuthenticate : Microsoft.Azure.Commands.Common.Authentication.AuthenticationParameters * System.Threading.CancellationToken * Task -> bool
override this.TryAuthenticate : Microsoft.Azure.Commands.Common.Authentication.AuthenticationParameters * System.Threading.CancellationToken * Task -> bool
Public Function TryAuthenticate (parameters As AuthenticationParameters, cancellationToken As CancellationToken, ByRef token As Task(Of IAccessToken)) As Boolean

Parameters

cancellationToken
CancellationToken

Returns

Implements

Applies to