Compartir a través de


TokenProvider.CreateAzureActiveDirectoryTokenProvider Método

Definición

Crea un proveedor de tokens de 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

Parámetros

authCallback
AzureActiveDirectoryTokenProvider.AuthenticationCallback

Delegado de autenticación para proporcionar el token de acceso.

authority
String

Dirección de la autoridad para emitir el token.

state
Object

Estado que se va a entregar a la devolución de llamada.

Devoluciones

TokenProvider para devolver el token web json.

Se aplica a