MsalServiceClientCredentialsFactory.CreateCredentialsAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Metoda fabryki służąca do tworzenia obiektów 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)
Parametry
- appId
- String
AppId.
- audience
- String
Odbiorcy.
- 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.