MCPcopy
hub / github.com/authlib/authlib / MissingAlgorithmError

Class MissingAlgorithmError

authlib/jose/errors.py:12–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class MissingAlgorithmError(JoseError):
13 error = "missing_algorithm"
14
15
16class UnsupportedAlgorithmError(JoseError):

Callers 2

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