CommunicationUserIdentifierAndToken Class
- java.
lang. Object - com.
azure. communication. identity. models. CommunicationUserIdentifierAndToken
- com.
public final class CommunicationUserIdentifierAndToken
The CommunicationUserIdentifierWithAccessTokenResult model.
Constructor Summary
| Constructor | Description |
|---|---|
| CommunicationUserIdentifierAndToken(CommunicationUserIdentifier communicationUser, AccessToken userToken) |
Creates a Communication |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Communication |
getUser()
Get the communication |
|
Access |
getUserToken()
Get the user |
Methods inherited from java.lang.Object
Constructor Details
CommunicationUserIdentifierAndToken
public CommunicationUserIdentifierAndToken(CommunicationUserIdentifier communicationUser, AccessToken userToken)
Creates a CommunicationUserIdentifierAndToken object
Parameters:
Method Details
getUser
public CommunicationUserIdentifier getUser()
Get the communicationUser property: A Communication User Identifier.
Returns:
getUserToken
public AccessToken getUserToken()
Get the userToken property: A user token.
Returns: