getAuthTime method

int getAuthTime()

Implementation

int getAuthTime() {
  return payload['auth_time'] ?? 0;
}