expiryDateMillis

abstract val expiryDateMillis: Long?

Absolute expiry time in milliseconds since the Unix epoch (e.g. System.currentTimeMillis

  • token lifetime), or null if the expiry is unknown.

When non-null the SDK uses this to start a proactive refresh before the token becomes invalid. When null the SDK treats the token as never expiring by time and only refreshes on backend rejection.