authTimestamp property

DateTime authTimestamp

Returns the authentication timestamp. This is the time the user authenticated (signed in) and not the time the token was refreshed.

Implementation

DateTime get authTimestamp => _getTimeFromClaimsSafely(_authTimestamp);