OidcProviderOptions.DefaultScopes Vlastnost

Definice

Získá nebo nastaví seznam oborů, které mají být požadovány 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

Výchozí hodnota je openid a profile.

Platí pro