MCPcopy
hub / github.com/authlib/authlib / InsecureClaimError

Class InsecureClaimError

authlib/jose/errors.py:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104
105class InsecureClaimError(JoseError):
106 error = "insecure_claim"
107
108 def __init__(self, claim):
109 description = f"Insecure claim '{claim}'"
110 super().__init__(description=description)
111
112
113class ExpiredTokenError(JoseError):

Callers 1

check_sensitive_dataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…