Packages

Gleam implementation of JOSE (JWS, JWE, JWK, JWT) and COSE (COSE_Sign, COSE_Encrypt, COSE_Mac0, CWT) standards

Current section

Files

Jump to
gose include gose@jwt_TokenTooOld.hrl
Raw

include/gose@jwt_TokenTooOld.hrl

-record(token_too_old, {
issued_at :: gleam@time@timestamp:timestamp(),
max_age :: integer()
}).