getIssuedAt method

int getIssuedAt()

Implementation

int getIssuedAt() {
  return payload['iat'] ?? 0;
}