Make secret an optional argument for decode

This commit is contained in:
Arun M 2017-12-26 20:20:53 +05:30
parent 6c2bbe9ad0
commit 99f3c1db86
6 changed files with 48 additions and 20 deletions

View file

@ -34,6 +34,8 @@ enum class DecodeErrc
TypHeaderMiss,
TypMismatch,
DuplClaims,
KeyNotPresent,
KeyNotRequiredForNoneAlg,
};
/**