OidcProviderOptions.DefaultScopes Vlastnost

Definice

Získá nebo nastaví seznam oborů, které se mají vyžádat při přihlašová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)

Hodnota vlastnosti

IList<String>

Ve výchozím nastavení se otevře id a profil.

Platí pro