PasswordServiceClientCredentialFactory.IsAuthenticationDisabledAsync Method

Definition

Checks whether bot authentication is disabled.

public override System.Threading.Tasks.Task<bool> IsAuthenticationDisabledAsync (System.Threading.CancellationToken cancellationToken);
override this.IsAuthenticationDisabledAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overrides Function IsAuthenticationDisabledAsync (cancellationToken As CancellationToken) As Task(Of Boolean)

Parameters

cancellationToken
CancellationToken

A cancellation token.

Returns

A task that represents the work queued to execute.

Applies to