Types - jwt

  • Error JWTError
  • Represents the JWT error type with details. This will be returned if an error occurred while issuing/validating a JWT or any operation related to JWT.

  • JwtSigningAlgorithm RS256 | RS384 | RS512 | NONE
  • The key algorithms supported by crypto module.

  • $anonType$0 RS256
  • $anonType$1 RS384
  • $anonType$10 aud
  • $anonType$11 jti
  • $anonType$12 exp
  • $anonType$13 nbf
  • $anonType$14 iat
  • $anonType$2 RS512
  • $anonType$3 NONE
  • $anonType$4 alg
  • $anonType$5 typ
  • $anonType$6 cty
  • $anonType$7 kid
  • $anonType$8 iss
  • $anonType$9 sub