다음을 통해 공유


PasswordServiceClientCredentialFactory.CreateCredentialsAsync 메서드

정의

ServiceClientCredentials를 만들기 위한 팩터리 메서드입니다.

public override System.Threading.Tasks.Task<Microsoft.Rest.ServiceClientCredentials> CreateCredentialsAsync (string appId, string oauthScope, 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, oauthScope As String, loginEndpoint As String, validateAuthority As Boolean, cancellationToken As CancellationToken) As Task(Of ServiceClientCredentials)

매개 변수

appId
String

appId입니다.

oauthScope
String
loginEndpoint
String

로그인 URL입니다.

validateAuthority
Boolean

사용할 유효성 검사 기관 베일입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

Task<Microsoft.Rest.ServiceClientCredentials>

Task<TResult> 비동기 작업의 결과를 나타내는 입니다.

적용 대상