Aracılığıyla paylaş


DelegatingAuthenticator.Authenticate Method

Definition

Overloads

Authenticate(AuthenticationParameters)
Authenticate(AuthenticationParameters, CancellationToken)

Authenticate(AuthenticationParameters)

public System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Authentication.IAccessToken> Authenticate (Microsoft.Azure.Commands.Common.Authentication.AuthenticationParameters parameters);
abstract member Authenticate : Microsoft.Azure.Commands.Common.Authentication.AuthenticationParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Authentication.IAccessToken>
override this.Authenticate : Microsoft.Azure.Commands.Common.Authentication.AuthenticationParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Authentication.IAccessToken>
Public Function Authenticate (parameters As AuthenticationParameters) As Task(Of IAccessToken)

Parameters

Returns

Implements

Applies to

Authenticate(AuthenticationParameters, CancellationToken)

public abstract System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Authentication.IAccessToken> Authenticate (Microsoft.Azure.Commands.Common.Authentication.AuthenticationParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member Authenticate : Microsoft.Azure.Commands.Common.Authentication.AuthenticationParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Authentication.IAccessToken>
Public MustOverride Function Authenticate (parameters As AuthenticationParameters, cancellationToken As CancellationToken) As Task(Of IAccessToken)

Parameters

cancellationToken
CancellationToken

Returns

Implements

Applies to