Condividi tramite


OAuthHandler<TOptions>.BuildChallengeUrl Metodo

Definizione

Overload

BuildChallengeUrl(AuthenticationProperties, String)

Costruisce l'URL della richiesta di verifica OAuth.

BuildChallengeUrl(AuthenticationProperties, String)

BuildChallengeUrl(AuthenticationProperties, String)

Origine:
OAuthHandler.cs
Origine:
OAuthHandler.cs
Origine:
OAuthHandler.cs

Costruisce l'URL della richiesta di verifica 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

Parametri

redirectUri
String

URL a cui reindirizzare una volta completata la richiesta di verifica.

Restituisce

URL della richiesta di verifica.

Si applica 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

Parametri

redirectUri
String

Restituisce

Si applica a