OAuthOptions.UserInformationEndpoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定中介軟體將存取以取得使用者資訊的 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