expiresAt property

DateTime expiresAt
final

Access token expiration timestamp.

After this time, a new access token must be obtained using the refresh token and DPoP proof.

Implementation

final DateTime expiresAt;