OAuthOptions.UserInformationEndpoint 속성

정의

미들웨어가 사용자 정보를 얻기 위해 액세스할 URI를 가져오거나 설정합니다. 이 값은 기본 구현에서 사용되지 않으며 의 사용자 지정 구현 OnCreatingTicket에 사용됩니다.

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

속성 값

적용 대상