Compartir a través de


OAuthHandler<TOptions>.BuildChallengeUrl Método

Definición

Sobrecargas

BuildChallengeUrl(AuthenticationProperties, String)

Construye la dirección URL de desafío de OAuth.

BuildChallengeUrl(AuthenticationProperties, String)

BuildChallengeUrl(AuthenticationProperties, String)

Source:
OAuthHandler.cs
Source:
OAuthHandler.cs
Source:
OAuthHandler.cs

Construye la dirección URL de desafío de OAuth.

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

Parámetros

redirectUri
String

Dirección URL a la que se redirigirá una vez completado el desafío.

Devoluciones

Dirección URL de desafío.

Se aplica a

BuildChallengeUrl(AuthenticationProperties, String)

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

Parámetros

redirectUri
String

Devoluciones

Se aplica a