We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d3bb7 commit bf7d6dbCopy full SHA for bf7d6db
src/ExceptionCodes.php
@@ -49,9 +49,9 @@ class ExceptionCodes
49
public const JWK_EC_D_IS_NOT_SET = 40;
50
public const JWT_EC_CRV_IS_EMPTY = 41;
51
public const JWK_UNSUPPORTED_EC_CURVE = 42;
52
- public const JWT_X_AND_Y_ARE_EMPTY = 42;
+ public const JWT_X_AND_Y_ARE_EMPTY = 43;
53
54
- public const KEY_MATERIAL_IS_INVALID = 43;
55
- public const KEY_MATERIAL_IS_EMPTY = 44;
56
- public const KEY_ALGORITHM_IS_EMPTY = 45;
+ public const KEY_MATERIAL_IS_INVALID = 44;
+ public const KEY_MATERIAL_IS_EMPTY = 45;
+ public const KEY_ALGORITHM_IS_EMPTY = 46;
57
}
0 commit comments