Current section
Files
Jump to
Current section
Files
include/gose@jose@jwt_JweAlgorithmMismatch.hrl
-record(jwe_algorithm_mismatch, {
expected_alg :: gose@algorithm:key_encryption_alg(),
expected_enc :: gose@algorithm:content_alg(),
actual_alg :: gose@algorithm:key_encryption_alg(),
actual_enc :: gose@algorithm:content_alg()
}).