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

Class UnsupportedCompressionAlgorithmError

authlib/jose/errors.py:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78class UnsupportedCompressionAlgorithmError(JoseError):
79 error = "unsupported_compression_algorithm"
80 description = "Unsupported 'zip' value in header"
81
82
83class InvalidUseError(JoseError):

Callers 1

get_header_zipMethod · 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…