Share via


OAuthHandler<TOptions>.BuildChallengeUrl 메서드

정의

오버로드

BuildChallengeUrl(AuthenticationProperties, String)

OAuth 챌린지 URL을 생성합니다.

BuildChallengeUrl(AuthenticationProperties, String)

BuildChallengeUrl(AuthenticationProperties, String)

Source:
OAuthHandler.cs
Source:
OAuthHandler.cs

OAuth 챌린지 URL을 생성합니다.

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

매개 변수

redirectUri
String

챌린지가 완료되면 리디렉션할 URL입니다.

반환

챌린지 URL입니다.

적용 대상

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

매개 변수

redirectUri
String

반환

적용 대상