Partager via


KeyVaultClient.AuthenticationCallback Délégué

Définition

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 à