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_JweAlgorithmMismatch.hrl
Raw

include/gose@jwt_JweAlgorithmMismatch.hrl

-record(jwe_algorithm_mismatch, {
expected_alg :: gose@jwa:jwe_alg(),
expected_enc :: gose@jwa:enc(),
actual_alg :: gose@jwa:jwe_alg(),
actual_enc :: gose@jwa:enc()
}).