Uses of Interface
com.microsoft.azure.servicebus.security.AzureActiveDirectoryTokenProvider.AuthenticationCallback
-
Packages that use AzureActiveDirectoryTokenProvider.AuthenticationCallback Package Description com.microsoft.azure.servicebus.security -
-
Uses of AzureActiveDirectoryTokenProvider.AuthenticationCallback in com.microsoft.azure.servicebus.security
Methods in com.microsoft.azure.servicebus.security with parameters of type AzureActiveDirectoryTokenProvider.AuthenticationCallback Modifier and Type Method Description static TokenProvider
TokenProvider. createAzureActiveDirectoryTokenProvider(AzureActiveDirectoryTokenProvider.AuthenticationCallback callback, String authority, Object callbackState)
Creates a Azure Active Directory token provider that creates a token with the user defined AuthenticationCallback.
-