registeredClaimNames constant

List<String> const registeredClaimNames

Claim Names for all the Registered Claim Names.

For their defintion, see section 4.1 of RFC 7519.

Implementation

static const List<String> registeredClaimNames = const [
  'iss',
  'sub',
  'aud',
  'exp',
  'nbf',
  'iat',
  'jti'
];