expiresAt property

DateTime expiresAt
final

When the session expires.

After this time, the session is no longer valid and the user will need to re-authenticate.

Implementation

final DateTime expiresAt;