Compartir a través de


OAuthOptions.UserInformationEndpoint Propiedad

Definición

Obtiene o establece el URI al que el middleware tendrá acceso para obtener la información del usuario. Este valor no se usa en la implementación predeterminada, sino que se usa en implementaciones personalizadas de IOAuthauthenticationEvents.Authenticated o 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 de propiedad

Se aplica a