MsalServiceClientCredentialsFactory.CreateCredentialsAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ServiceClientCredentials를 만들기 위한 팩터리 메서드입니다.
public override System.Threading.Tasks.Task<Microsoft.Rest.ServiceClientCredentials> CreateCredentialsAsync (string appId, string audience, string loginEndpoint, bool validateAuthority, System.Threading.CancellationToken cancellationToken);
override this.CreateCredentialsAsync : string * string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.ServiceClientCredentials>
Public Overrides Function CreateCredentialsAsync (appId As String, audience As String, loginEndpoint As String, validateAuthority As Boolean, cancellationToken As CancellationToken) As Task(Of ServiceClientCredentials)
매개 변수
- appId
- String
appId입니다.
- audience
- String
대상 그룹입니다.
- loginEndpoint
- String
로그인 URL입니다.
- validateAuthority
- Boolean
사용할 유효성 검사 기관 베일입니다.
- cancellationToken
- CancellationToken
취소 토큰입니다.
반환
Task<Microsoft.Rest.ServiceClientCredentials>
Task<TResult> 비동기 작업의 결과를 나타내는 입니다.