MCPcopy
hub / github.com/authlib/authlib / validate

Method validate

authlib/oauth2/claims.py:60–63  ·  view source on GitHub ↗
(self, now=None, leeway=0)

Source from the content-addressed store, hash-verified

58 return rv
59
60 def validate(self, now=None, leeway=0):
61 validator = self.registry_cls(**self.options)
62 validator.validate(self)
63 self._run_validate_hooks()
64
65
66class JWTClaims(BaseClaims):

Callers

nothing calls this directly

Calls 2

_run_validate_hooksMethod · 0.95
validateMethod · 0.45

Tested by

no test coverage detected