OAuthHandler<TOptions>.BuildChallengeUrl Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- properties
- AuthenticationProperties
- 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
- properties
- AuthenticationProperties
- redirectUri
- String