Share via


OidcProviderOptions.DefaultScopes Proprietà

Definizione

Ottiene o imposta l'elenco di ambiti da richiedere durante l'accesso.

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)

Valore della proprietà

Il valore predefinito è openid e profile.

Si applica a