getExpiration method

int getExpiration()

Implementation

int getExpiration() {
  return payload['exp'] ?? 0;
}