OAuthOptions.UserInformationEndpoint Propriedade

Definição

Obtém ou define o URI que o middleware acessará para obter as informações do usuário. Esse valor não é usado na implementação padrão, é para uso em implementações personalizadas de IOAuthAuthenticationEvents.Authenticated ou 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

Valor da propriedade

Aplica-se a