struct Backend::Api::Auth::Token
- Backend::Api::Auth::Token
- Struct
- Value
- Object
Overview
JWT token
Included Modules
- JSON::Serializable
Defined in:
backend/api/auth.crConstructors
- .decode(jwt : String) : self
- .from_hash(token : Hash(String, JSON::Any)) : self
- .new(iat : Int64, exp : Int64, jti : UUID)
- .new(pull : JSON::PullParser)