OAuthOptions.UserInformationEndpoint 屬性

定義

取得或設定中介軟體將存取以取得使用者資訊的 URI。 這個值不會用於預設實作中,它用於 IOAuthAuthAuthenticationEvents.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

屬性值

適用於