issuedAtTimestamp property

DateTime issuedAtTimestamp

Returns the issued at timestamp. This is the time the ID token was last refreshed and not the authentication timestamp.

Implementation

DateTime get issuedAtTimestamp {
  return _getTimeFromClaimsSafely(_issuedAtTimestamp);
}