Share via


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

プロパティ値

適用対象