Uses of Class
com.azure.communication.identity.models.CommunicationUserIdentifierAndToken
Packages that use CommunicationUserIdentifierAndToken
Package
Description
Package containing the classes for AzureCommunicationIdentity.
-
Uses of CommunicationUserIdentifierAndToken in com.azure.communication.identity
Methods in com.azure.communication.identity that return CommunicationUserIdentifierAndTokenModifier and TypeMethodDescriptionCommunicationIdentityClient.createUserAndToken(Iterable<CommunicationTokenScope> scopes) Creates a new CommunicationUserIdentifier with token.CommunicationIdentityClient.createUserAndToken(Iterable<CommunicationTokenScope> scopes, Duration tokenExpiresIn) Creates a new CommunicationUserIdentifier with token.Methods in com.azure.communication.identity that return types with arguments of type CommunicationUserIdentifierAndTokenModifier and TypeMethodDescriptionCommunicationIdentityAsyncClient.createUserAndToken(Iterable<CommunicationTokenScope> scopes) Creates a new CommunicationUserIdentifier with token.CommunicationIdentityAsyncClient.createUserAndToken(Iterable<CommunicationTokenScope> scopes, Duration tokenExpiresIn) Creates a new CommunicationUserIdentifier with token.Mono<com.azure.core.http.rest.Response<CommunicationUserIdentifierAndToken>>CommunicationIdentityAsyncClient.createUserAndTokenWithResponse(Iterable<CommunicationTokenScope> scopes) Creates a new CommunicationUserIdentifier with token with response.Mono<com.azure.core.http.rest.Response<CommunicationUserIdentifierAndToken>>CommunicationIdentityAsyncClient.createUserAndTokenWithResponse(Iterable<CommunicationTokenScope> scopes, Duration tokenExpiresIn) Creates a new CommunicationUserIdentifier with token with response.com.azure.core.http.rest.Response<CommunicationUserIdentifierAndToken>CommunicationIdentityClient.createUserAndTokenWithResponse(Iterable<CommunicationTokenScope> scopes, com.azure.core.util.Context context) Creates a new CommunicationUserIdentifier with token with response.com.azure.core.http.rest.Response<CommunicationUserIdentifierAndToken>CommunicationIdentityClient.createUserAndTokenWithResponse(Iterable<CommunicationTokenScope> scopes, Duration tokenExpiresIn, com.azure.core.util.Context context) Creates a new CommunicationUserIdentifier with token with response.