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

Method check

authlib/oauth1/rfc5849/errors.py:32–34  ·  view source on GitHub ↗
(cls, uri)

Source from the content-addressed store, hash-verified

30
31 @classmethod
32 def check(cls, uri):
33 if not is_secure_transport(uri):
34 raise cls()
35
36
37class InvalidRequestError(OAuth1Error):

Callers 1

__init__Method · 0.45

Calls 1

is_secure_transportFunction · 0.90

Tested by

no test coverage detected