lastRefreshTime property

DateTime? lastRefreshTime

The time at which the user was last active (ID token refreshed).

Returns null if the user was never active.

Implementation

DateTime? get lastRefreshTime => get('lastRefreshAt');