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

include/gose@jws_UnsignedJws.hrl

-record(unsigned_jws, {
header :: gose@jws:jws_header(),
payload :: bitstring(),
detached :: boolean(),
unencoded_payload :: boolean(),
unprotected :: gleam@dict:dict(binary(), gleam@json:json())
}).