Share via


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

プロパティ値

適用対象