Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
jwt
v0.1.2
JWT
Algorithm
Builder
JWTError
Token
ValidationError
Validator
Verifier
RSA
Built with Crystal 1.9.2
2023-10-08 14:40:13 UTC
enum
JWT::Algorithm
Defined in:
jwt/algorithms.cr
Enum Members
RS256
=
0
RS384
=
1
RS512
=
2
Instance Method Summary
#rs256?
#rs384?
#rs512?
Instance Method Detail
def
rs256?
#
[
View source
]
def
rs384?
#
[
View source
]
def
rs512?
#
[
View source
]