Uses of Class
com.azure.messaging.webpubsub.models.WebPubSubClientAccessToken
-
Packages that use WebPubSubClientAccessToken Package Description com.azure.messaging.webpubsub Package containing classes for creating clients to perform operations on the Azure Web Pub Sub Service. -
-
Uses of WebPubSubClientAccessToken in com.azure.messaging.webpubsub
Methods in com.azure.messaging.webpubsub that return WebPubSubClientAccessToken Modifier and Type Method Description WebPubSubClientAccessTokenWebPubSubServiceClient. getClientAccessToken(GetClientAccessTokenOptions options)Creates a client access token.Methods in com.azure.messaging.webpubsub that return types with arguments of type WebPubSubClientAccessToken Modifier and Type Method Description Mono<WebPubSubClientAccessToken>WebPubSubServiceAsyncClient. getClientAccessToken(GetClientAccessTokenOptions options)Creates a client access token.
-