Uses of Interface
com.microsoft.azure.eventprocessorhost.EventProcessorHost.EventProcessorHostBuilder.AADAuthStep
-
-
Uses of EventProcessorHost.EventProcessorHostBuilder.AADAuthStep in com.microsoft.azure.eventprocessorhost
Methods in com.microsoft.azure.eventprocessorhost that return EventProcessorHost.EventProcessorHostBuilder.AADAuthStep Modifier and Type Method Description EventProcessorHost.EventProcessorHostBuilder.AADAuthStep
EventProcessorHost.EventProcessorHostBuilder.AuthStep. useAADAuthentication(URI endpoint, String eventHubPath)
When using AAD auth, call this method to specify the Event Hub, then add AAD-based auth information in the next step.
-