Condividi tramite


GoogleHandler.BuildChallengeUrl(AuthenticationProperties, String) Metodo

Definizione

Costruisce l'URL della sfida 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

Parametri

redirectUri
String

Url da reindirizzare a una volta completata la sfida.

Restituisce

URL della sfida.

Si applica a