expireAt property

PreciseDateTime expireAt
final

DateTime of this AccessToken expiration.

Once expired, it's not usable anymore and the Session should be refreshed to get a new AccessToken.

Client applications are supposed to use this field for tracking AccessToken's expiration and refresh the Session before an authentication error occurs.

Implementation

final PreciseDateTime expireAt;