AcquireTokenInteractiveParameterBuilder.WithExtraScopesToConsent 메서드

정의

public Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder WithExtraScopesToConsent(System.Collections.Generic.IEnumerable<string> extraScopesToConsent);
member this.WithExtraScopesToConsent : seq<string> -> Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
Public Function WithExtraScopesToConsent (extraScopesToConsent As IEnumerable(Of String)) As AcquireTokenInteractiveParameterBuilder

매개 변수

extraScopesToConsent
IEnumerable<String>

보안 토큰을 획득하려는 보호된 Web API의 범위 외에도 최종 사용자에게 사전 동의를 요청할 수 있는 범위입니다.

반품

를 연결할 작성기입니다. 메서드를 사용하여

적용 대상