Partager via


OidcProviderOptions.DefaultScopes Propriété

Définition

Obtient ou définit la liste des étendues à demander lors de la connexion.

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)

Valeur de propriété

La valeur par défaut est openid et profile.

S’applique à