Freigeben über


DeviceCodeCredential.Authenticate Methode

Definition

Überlädt

Authenticate(CancellationToken)

Authentifiziert einen Benutzer interaktiv über den Standardbrowser.

Authenticate(TokenRequestContext, CancellationToken)

Authentifiziert einen Benutzer interaktiv über den Standardbrowser.

Authenticate(CancellationToken)

Quelle:
DeviceCodeCredential.cs
Quelle:
DeviceCodeCredential.cs

Authentifiziert einen Benutzer interaktiv über den Standardbrowser.

public virtual Azure.Identity.AuthenticationRecord Authenticate (System.Threading.CancellationToken cancellationToken = default);
abstract member Authenticate : System.Threading.CancellationToken -> Azure.Identity.AuthenticationRecord
override this.Authenticate : System.Threading.CancellationToken -> Azure.Identity.AuthenticationRecord
Public Overridable Function Authenticate (Optional cancellationToken As CancellationToken = Nothing) As AuthenticationRecord

Parameter

cancellationToken
CancellationToken

Ein CancellationToken , der die Lebensdauer der Anforderung steuert.

Gibt zurück

Das Ergebnis der Authentifizierungsanforderung, die den abgerufenen AccessTokenenthält, und den , der AuthenticationRecord zum automatischen Authentifizieren des Kontos verwendet werden kann.

Gilt für:

Authenticate(TokenRequestContext, CancellationToken)

Quelle:
DeviceCodeCredential.cs
Quelle:
DeviceCodeCredential.cs

Authentifiziert einen Benutzer interaktiv über den Standardbrowser.

public virtual Azure.Identity.AuthenticationRecord Authenticate (Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken = default);
abstract member Authenticate : Azure.Core.TokenRequestContext * System.Threading.CancellationToken -> Azure.Identity.AuthenticationRecord
override this.Authenticate : Azure.Core.TokenRequestContext * System.Threading.CancellationToken -> Azure.Identity.AuthenticationRecord
Public Overridable Function Authenticate (requestContext As TokenRequestContext, Optional cancellationToken As CancellationToken = Nothing) As AuthenticationRecord

Parameter

requestContext
TokenRequestContext

Die Details der Authentifizierungsanforderung.

cancellationToken
CancellationToken

Ein CancellationToken , der die Lebensdauer der Anforderung steuert.

Gibt zurück

Die AuthenticationRecord des authentifizierten Kontos.

Gilt für: