다음을 통해 공유


MicrosoftAccountHandler.BuildChallengeUrl 메서드

정의

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

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

매개 변수

redirectUri
String

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

반환

챌린지 URL입니다.

적용 대상