DeviceCodeCredential.AuthenticateAsync Method

Definition

Overloads

AuthenticateAsync(CancellationToken)

Interactively authenticates a user via the default browser.

AuthenticateAsync(TokenRequestContext, CancellationToken)

Interactively authenticates a user via the default browser.

AuthenticateAsync(CancellationToken)

Source:
DeviceCodeCredential.cs
Source:
DeviceCodeCredential.cs

Interactively authenticates a user via the default browser.

public virtual System.Threading.Tasks.Task<Azure.Identity.AuthenticationRecord> AuthenticateAsync (System.Threading.CancellationToken cancellationToken = default);

Parameters

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Returns

The AuthenticationRecord which can be used to silently authenticate the account on future execution of credentials using the same persisted token cache.

Exceptions

Thrown when the authentication failed.

Applies to

Azure SDK for .NET Preview e Azure SDK for .NET Latest
Prodotto Versioni
Azure SDK for .NET Latest, Preview

AuthenticateAsync(TokenRequestContext, CancellationToken)

Source:
DeviceCodeCredential.cs
Source:
DeviceCodeCredential.cs

Interactively authenticates a user via the default browser.

public virtual System.Threading.Tasks.Task<Azure.Identity.AuthenticationRecord> AuthenticateAsync (Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken = default);

Parameters

requestContext
TokenRequestContext

The details of the authentication request.

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Returns

The AuthenticationRecord of the authenticated account.

Exceptions

Thrown when the authentication failed.

Applies to

Azure SDK for .NET Preview e Azure SDK for .NET Latest
Prodotto Versioni
Azure SDK for .NET Latest, Preview