次の方法で共有


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です。

適用対象