Uses of Class
com.azure.messaging.webpubsub.models.GetClientAccessTokenOptions
Packages that use GetClientAccessTokenOptions
Package
Description
Package containing classes for creating clients to perform operations on the Azure Web Pub Sub Service.
Package containing model classes for use with the Azure Web Pub Sub Service.
-
Uses of GetClientAccessTokenOptions in com.azure.messaging.webpubsub
Methods in com.azure.messaging.webpubsub with parameters of type GetClientAccessTokenOptionsModifier and TypeMethodDescriptionWebPubSubServiceAsyncClient.getClientAccessToken(GetClientAccessTokenOptions options) Creates a client access token.WebPubSubServiceClient.getClientAccessToken(GetClientAccessTokenOptions options) Creates a client access token. -
Uses of GetClientAccessTokenOptions in com.azure.messaging.webpubsub.models
Methods in com.azure.messaging.webpubsub.models that return GetClientAccessTokenOptionsModifier and TypeMethodDescriptionAdds a group to the requested authentication token.Adds a role to the requested authentication token.GetClientAccessTokenOptions.setExpiresAfter(Duration expiresAfter) Specifies when the duration after which the requested authentication token will expire.Specifies the complete set of groups to be included when creating the authentication token, overwriting any other groups previously set on this instance.Specifies the complete set of roles to be included when creating the authentication token, overwriting any other roles previously set on this instance.Specifies the user ID to be used when creating the authentication token.GetClientAccessTokenOptions.setWebPubSubClientProtocol(WebPubSubClientProtocol webPubSubClientProtocol) Specifies the endpoint type of the client.