tokensValidAfterTime property

DateTime? tokensValidAfterTime
final

The date the user's tokens are valid after, formatted as a UTC string. This is updated every time the user's refresh token are revoked either from the _BaseAuth.revokeRefreshTokens. API or from the Firebase Auth backend on big account changes (password resets, password or email updates, etc).

Implementation

final DateTime? tokensValidAfterTime;