Udostępnij za pośrednictwem


GoogleHandler.BuildChallengeUrl(AuthenticationProperties, String) Metoda

Definicja

Tworzy adres URL wyzwania 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

Adres URL, do który ma zostać przekierowany po zakończeniu wyzwania.

Zwraca

Adres URL wyzwania.

Dotyczy