mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-15 01:08:31 +00:00
Clarify public key documentation and errors
This commit is contained in:
parent
42536e5f01
commit
11cb283483
5 changed files with 19 additions and 2 deletions
|
@ -34,6 +34,7 @@ enum class AlgorithmErrc
|
|||
SigningErr = 1,
|
||||
VerificationErr,
|
||||
KeyNotFoundErr,
|
||||
InvalidKeyErr,
|
||||
NoneAlgorithmUsed, // Not an actual error!
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue