Constants - jwt

  • RS256 string RS256
  • The RSA-SHA256 algorithm
  • RS384 string RS384
  • The RSA-SHA384 algorithm
  • RS512 string RS512
  • The RSA-SHA512 algorithm
  • NONE string NONE
  • Unsecured JWTs (no signing)
  • JWT_ERROR string {ballerina/jwt}Error
  • Represents the reason of the JWT error.