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

属性值

适用于