다음을 통해 공유


MsalAuthenticationOptions.RedirectUri 속성

정의

애플리케이션의 리디렉션 URI를 가져오거나 설정합니다.

public:
 property System::String ^ RedirectUri { System::String ^ get(); void set(System::String ^ value); };
public string RedirectUri { get; set; }
public string? RedirectUri { get; set; }
member this.RedirectUri : string with get, set
Public Property RedirectUri As String

속성 값

설명

절대 또는 기본 상대 Uri 일 수 있으며 기본값은 authentication/login-callback.

적용 대상