Freigeben über


InteractiveBrowserCredential.Authenticate Methode

Definition

Überlädt

Authenticate(CancellationToken)

Authentifiziert einen Benutzer interaktiv über den Standardbrowser.

Authenticate(TokenRequestContext, CancellationToken)

Authentifiziert einen Benutzer interaktiv über den Standardbrowser. Das resultierende AuthenticationRecord wird automatisch in nachfolgenden Aufrufen von GetToken(TokenRequestContext, CancellationToken)verwendet.

Authenticate(CancellationToken)

Quelle:
InteractiveBrowserCredential.cs
Quelle:
InteractiveBrowserCredential.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:
InteractiveBrowserCredential.cs
Quelle:
InteractiveBrowserCredential.cs

Authentifiziert einen Benutzer interaktiv über den Standardbrowser. Das resultierende AuthenticationRecord wird automatisch in nachfolgenden Aufrufen von GetToken(TokenRequestContext, CancellationToken)verwendet.

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: