Json |
| Member name | Value | Description |
|---|---|---|
| Success | 0 | Success |
| InvalidFormat | 1 | Invalid format of token |
| MissingAlgorithm | 2 | Missing alg header |
| MissingKeyId | 3 | Missing key identifier |
| AlgorithmAndKeyMismatch | 4 | KID cannot be used to validate ALG |
| SignatureMismatch | 5 | Signature doesn't match |
| UnsupportedAlgorithm | 6 | Algorithm is not supported |