- CHAT - Static variable in class com.azure.communication.identity.models.CommunicationTokenScope
-
Static value chat for CommunicationTokenScope.
- clientOptions(ClientOptions) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
-
Sets the client options for all the requests made through the client.
- com.azure.communication.identity - package com.azure.communication.identity
-
Package containing the classes for AzureCommunicationIdentity.
- com.azure.communication.identity.models - package com.azure.communication.identity.models
-
Package containing classes for CommunicationIdentityClient.
- CommunicationIdentityAsyncClient - Class in com.azure.communication.identity
-
Asynchronous client interface for Azure Communication Services identity
operations
- CommunicationIdentityClient - Class in com.azure.communication.identity
-
Synchronous client interface for Communication Service identity operations
- CommunicationIdentityClientBuilder - Class in com.azure.communication.identity
-
CommunicationIdentityClientBuilder that creates CommunicationIdentityAsyncClient and CommunicationIdentityClient.
- CommunicationIdentityClientBuilder() - Constructor for class com.azure.communication.identity.CommunicationIdentityClientBuilder
-
- CommunicationIdentityServiceVersion - Enum in com.azure.communication.identity
-
The versions of Communication Identity Service supported by this client library.
- CommunicationTokenScope - Class in com.azure.communication.identity.models
-
Defines values for CommunicationTokenScope.
- CommunicationTokenScope() - Constructor for class com.azure.communication.identity.models.CommunicationTokenScope
-
- CommunicationUserIdentifierAndToken - Class in com.azure.communication.identity.models
-
The CommunicationUserIdentifierWithAccessTokenResult model.
- CommunicationUserIdentifierAndToken(CommunicationUserIdentifier, AccessToken) - Constructor for class com.azure.communication.identity.models.CommunicationUserIdentifierAndToken
-
Creates a CommunicationUserIdentifierAndToken object
- configuration(Configuration) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
-
Sets the configuration object used to retrieve environment configuration values during building of the client.
- connectionString(String) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
-
Set endpoint and credential to use
- createUser() - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
-
Creates a new CommunicationUserIdentifier.
- createUser() - Method in class com.azure.communication.identity.CommunicationIdentityClient
-
Creates a new CommunicationUserIdentifier.
- createUserAndToken(Iterable<CommunicationTokenScope>) - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
-
Creates a new CommunicationUserIdentifier with token.
- createUserAndToken(Iterable<CommunicationTokenScope>) - Method in class com.azure.communication.identity.CommunicationIdentityClient
-
Creates a new CommunicationUserIdentifier with token.
- createUserAndTokenWithResponse(Iterable<CommunicationTokenScope>) - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
-
Creates a new CommunicationUserIdentifier with token with response.
- createUserAndTokenWithResponse(Iterable<CommunicationTokenScope>, Context) - Method in class com.azure.communication.identity.CommunicationIdentityClient
-
Creates a new CommunicationUserIdentifier with token with response.
- createUserWithResponse() - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
-
Creates a new CommunicationUserIdentifier with response.
- createUserWithResponse(Context) - Method in class com.azure.communication.identity.CommunicationIdentityClient
-
Creates a new CommunicationUserIdentifier with response.
- credential(TokenCredential) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
-
Sets the TokenCredential
used to authenticate HTTP requests.
- credential(AzureKeyCredential) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
-
Sets the AzureKeyCredential
used to authenticate HTTP requests.