Udostępnij za pośrednictwem


PasswordServiceClientCredentialFactory.CreateCredentialsAsync Metoda

Definicja

Metoda fabryki służąca do tworzenia obiektów 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)

Parametry

appId
String

AppId.

oauthScope
String
loginEndpoint
String

Adres URL logowania.

validateAuthority
Boolean

Waliduj wartość urzędu do użycia.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Task<Microsoft.Rest.ServiceClientCredentials>

Element Task<TResult> reprezentujący wynik operacji asynchronicznej.

Dotyczy