|
10Duke Java Core
|
Enumerations of possible modes that the JwtService supports.
Public Attributes | |
| SIGN | |
Mode in which JwtService supports signing JWTs. | |
| VERIFY | |
Mode in which JwtService supports verifying JWT signatures. | |
| ALL | |
Mode in which JwtService supports signing JWTs and verifying their signatures. | |