MicrosoftAccountHandler.BuildChallengeUrl Metoda

Definice

Vytvoří adresu URL výzvy 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

Parametry

redirectUri
String

Adresa URL, na která se má přesměrovat po dokončení výzvy.

Návraty

String

Adresa URL výzvy.

Platí pro