Partager via


MicrosoftAccountHandler.BuildChallengeUrl Méthode

Définition

Construit l’URL du défi OAuth.

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

Paramètres

redirectUri
String

URL vers laquelle rediriger une fois le défi terminé.

Retours

URL du défi.

S’applique à