Class: MinimalJwt::Algorithm

Inherits:
Object
  • Object
show all
Defined in:
lib/minimal_jwt/algorithm.rb

Constant Summary collapse

HS256 =
:HS256
RS256 =
:RS256
ES256 =
:ES256