expiresAt property

int? expiresAt
getter/setter pair

A timestamp of when the token will expire. Returned when a login is confirmed.

Implementation

late int? expiresAt = _expiresAt;