public final class CommunicationAccessToken
extends java.lang.Object
| Constructor and Description |
|---|
CommunicationAccessToken(java.lang.String token,
org.threeten.bp.OffsetDateTime expiresAt)
Creates a communication access token instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.threeten.bp.OffsetDateTime |
getExpiresAt() |
java.lang.String |
getToken() |
boolean |
isExpired() |