Class CommunicationAccessToken
- java.lang.Object
-
- com.azure.android.communication.common.CommunicationAccessToken
-
public final class CommunicationAccessToken extends java.lang.Object
Represents an immutable communication access token with a token string and an expiration time.
-
-
Constructor Summary
Constructors Constructor Description CommunicationAccessToken(java.lang.String token, org.threeten.bp.OffsetDateTime expiresAt)
Creates a communication access token instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.threeten.bp.OffsetDateTime
getExpiresAt()
java.lang.String
getToken()
boolean
isExpired()
-