Types - 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$15 {ballerina/jwt}Error
  • $anonType$2 RS512
  • $anonType$3 NONE
  • $anonType$4 alg
  • $anonType$5 typ
  • $anonType$6 cty
  • $anonType$7 kid
  • $anonType$8 iss
  • $anonType$9 sub