Partager via


TokenProvider.CreateAzureActiveDirectoryTokenProvider Méthode

Définition

Crée un fournisseur de jetons Azure Active Directory.

public static Microsoft.Azure.EventHubs.TokenProvider CreateAzureActiveDirectoryTokenProvider (Microsoft.Azure.EventHubs.AzureActiveDirectoryTokenProvider.AuthenticationCallback authCallback, string authority, object state = default);
static member CreateAzureActiveDirectoryTokenProvider : Microsoft.Azure.EventHubs.AzureActiveDirectoryTokenProvider.AuthenticationCallback * string * obj -> Microsoft.Azure.EventHubs.TokenProvider
Public Shared Function CreateAzureActiveDirectoryTokenProvider (authCallback As AzureActiveDirectoryTokenProvider.AuthenticationCallback, authority As String, Optional state As Object = Nothing) As TokenProvider

Paramètres

authCallback
AzureActiveDirectoryTokenProvider.AuthenticationCallback

Délégué d’authentification à fournir le jeton d’accès.

authority
String

Adresse de l’autorité d’émission du jeton.

state
Object

État à remettre au rappel.

Retours

pour le retour du TokenProvider jeton web Json.

S’applique à