Aracılığıyla paylaş


OAuthHandler<TOptions>.BuildChallengeUrl Yöntem

Tanım

Aşırı Yüklemeler

BuildChallengeUrl(AuthenticationProperties, String)

OAuth sınama url'sini oluşturur.

BuildChallengeUrl(AuthenticationProperties, String)

BuildChallengeUrl(AuthenticationProperties, String)

Kaynak:
OAuthHandler.cs
Kaynak:
OAuthHandler.cs
Kaynak:
OAuthHandler.cs

OAuth sınama url'sini oluşturur.

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

Parametreler

redirectUri
String

Sınama tamamlandıktan sonra yeniden yönlendirilecek URL.

Döndürülenler

Sınama URL'si.

Şunlara uygulanır

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

Parametreler

redirectUri
String

Döndürülenler

Şunlara uygulanır