Share via


MicrosoftAccountHandler.BuildChallengeUrl Methode

Definition

Erstellt die OAuth-Challenge-URL.

protected:
 override System::String ^ BuildChallengeUrl(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties, System::String ^ redirectUri);
protected override string BuildChallengeUrl (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties, string redirectUri);
override this.BuildChallengeUrl : Microsoft.AspNetCore.Authentication.AuthenticationProperties * string -> string
Protected Overrides Function BuildChallengeUrl (properties As AuthenticationProperties, redirectUri As String) As String

Parameter

redirectUri
String

Die URL, an die umgeleitet werden soll, nachdem die Herausforderung abgeschlossen ist.

Gibt zurück

Die Url der Herausforderung.

Gilt für: