다음을 통해 공유


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)

속성 값

기본값은 openid 및 입니다 profile.

적용 대상