Packages

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

Retired package: Deprecated

Current section

Files

Jump to
gose include gose@jose@jwe_multi_UnencryptedMultiJwe.hrl
Raw

include/gose@jose@jwe_multi_UnencryptedMultiJwe.hrl

-record(unencrypted_multi_jwe, {
enc :: gose@algorithm:content_alg(),
recipients :: list(gose@jose@jwe_multi:pending_recipient())
}).