共用方式為


OidcProviderOptions.DefaultScopes 屬性

定義

取得或設定登入時要要求的範圍清單。

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)

屬性值

預設為 openidprofile

適用於