recordAuthTime method
void
recordAuthTime()
Records the authentication time.
Implementation
void recordAuthTime() {
setAttribute('auth_time', DateTime.now());
}
Records the authentication time.
void recordAuthTime() {
setAttribute('auth_time', DateTime.now());
}