JWT::Decoder class of PicoRuby
Singleton methods
new
JWT::Decoder.new(String token, key_t key, String algorithm) -> void
Instance methods
verify_hmac
instance.verify_hmac() -> nil
verify_rsa
instance.verify_rsa() -> nil
Attr accessors
header (reader)
instance.header -> Hash[String, Object]
payload (reader)
instance.payload -> Hash[String, Object]