KeyVaultClient.AuthenticationCallback Délégué
Définition
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)
Paramètres
- 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.
Valeur renvoyée
access token
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET