Compartir a través de


OidcProviderOptions.DefaultScopes Propiedad

Definición

Obtiene o establece la lista de ámbitos que se van a solicitar al iniciar sesión.

public:
 property System::Collections::Generic::IList<System::String ^> ^ DefaultScopes { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> DefaultScopes { get; }
member this.DefaultScopes : System.Collections.Generic.IList<string>
Public ReadOnly Property DefaultScopes As IList(Of String)

Valor de propiedad

El valor predeterminado es openid y profile.

Se aplica a