class

JWT::RS256Parser

Inherits Reference < Object

Class methods

base64url_decode(str : String) : String
Source
base64url_decode_bytes(str : String) : Bytes
Source
decode(token : String, public_key : String, verify : Bool = true) : Token
Source
decode_header(token : String) : JSON::Any
Source