KeyVaultClient.AuthenticationCallback Délégué
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Délégué de rappel d’authentification qui doit être implémenté par le code client
public delegate System.Threading.Tasks.Task<string> KeyVaultClient.AuthenticationCallback(string authority, string resource, string scope);
type KeyVaultClient.AuthenticationCallback = delegate of string * string * string -> Task<string>
Public Delegate Function KeyVaultClient.AuthenticationCallback(authority As String, resource As String, scope As String) As Task(Of String)
- authority
- String
Identificateur de l’autorité, une URL.
- resource
- String
Identificateur de la ressource cible qui est le destinataire du jeton demandé, une URL.
- scope
- String
Étendue de la demande d’authentification.
access token
Commentaires sur Azure SDK for .NET
Azure SDK for .NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :