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

include/gose@jwt_JwsAlgorithmMismatch.hrl

-record(jws_algorithm_mismatch, {
expected :: gose@jwa:jws_alg(),
actual :: gose@jwa:jws_alg()
}).