class JWT::Builder
- JWT::Builder
- Reference
- Object
Defined in:
jwt/builder.crConstructors
Instance Method Summary
- #algorithm : String
- #audience : String | Nil
- #audience=(audience : String | Nil)
- #content_type : String | Nil
- #content_type=(content_type : String | Nil)
- #expires_at : Time | Nil
- #expires_at=(expires_at : Time | Nil)
- #expiry_window : Time::Span
- #expiry_window=(expiry_window : Time::Span)
- #generate
-
#headers
Custom
- #issued_at : Time | Nil
- #issued_at=(issued_at : Time | Nil)
-
#issuer : String | Nil
Claims
-
#issuer=(issuer : String | Nil)
Claims
- #jwt_id : String | Nil
- #jwt_id=(jwt_id : String | Nil)
- #not_before : Time | Nil
- #not_before=(not_before : Time | Nil)
- #payload
- #subject : String | Nil
- #subject=(subject : String | Nil)
-
#type : String | Nil
Headers
-
#type=(type : String | Nil)
Headers