다음을 통해 공유


OAuthOptions.UserInformationEndpoint 속성

정의

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

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

속성 값

적용 대상