Package com.microsoft.azure.eventhubs
Interface AzureActiveDirectoryTokenProvider.AuthenticationCallback
-
- Enclosing class:
- AzureActiveDirectoryTokenProvider
public static interface AzureActiveDirectoryTokenProvider.AuthenticationCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<String>
acquireToken(String audience, String authority, Object state)
-
-
-
Method Detail
-
acquireToken
CompletableFuture<String> acquireToken(String audience, String authority, Object state)
-
-