MCPcopy Index your code
hub / github.com/authlib/authlib / UnsupportedEncryptionAlgorithmError

Class UnsupportedEncryptionAlgorithmError

authlib/jose/errors.py:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73class UnsupportedEncryptionAlgorithmError(JoseError):
74 error = "unsupported_encryption_algorithm"
75 description = "Unsupported 'enc' value in header"
76
77
78class UnsupportedCompressionAlgorithmError(JoseError):

Callers 1

get_header_encMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…