Overview
Properties
Properties
expiryDate
Type: Date | null
The time when the access token will expire.
May be null
, in which case the token does not
expire. This can only be the case with very old Client IDs.
refreshToken
Type: string
The refresh token which is necessary to refresh the access token once it expires.