expiresAt property
DateTime
get
expiresAt
The point in time when the current idToken expires.
When autoRefresh is enable, the account will automatically request a new idToken via refresh() roughly one minute before that timeout. If it is disabled, use this value to do so yourself.
Implementation
DateTime get expiresAt => _expiresAt;