recordAuthTime method

void recordAuthTime()

Records the authentication time.

Implementation

void recordAuthTime() {
  setAttribute('auth_time', DateTime.now());
}