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@encrypted_jwt_EncryptedJwt.hrl
Raw

include/gose@encrypted_jwt_EncryptedJwt.hrl

-record(encrypted_jwt, {
alg :: gose@jwa:jwe_alg(),
enc :: gose@jwa:enc(),
kid :: gleam@option:option(binary()),
claims :: gose@jwt:claims(),
claims_json :: bitstring(),
token :: binary()
}).