OAuthOptions.UserInformationEndpoint Propiedad

Definición

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

String

Se aplica a