MsalProviderOptions.DefaultAccessTokenScopes 속성

정의

로그인 흐름 중에 프로비전할 기본 액세스 토큰 범위 목록을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<System::String ^> ^ DefaultAccessTokenScopes { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string> DefaultAccessTokenScopes { get; set; }
member this.DefaultAccessTokenScopes : System.Collections.Generic.IList<string> with get, set
Public Property DefaultAccessTokenScopes As IList(Of String)

속성 값

적용 대상