We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5791981 commit fcb1324Copy full SHA for fcb1324
descope/auth.py
@@ -385,9 +385,6 @@ def generate_jwt_response(
385
token_validator=self._validate_token,
386
)
387
388
- def _get_default_headers(self, pswd: str | None = None):
389
- return self._http.get_default_headers(pswd)
390
-
391
# Validate a token and load the public key if needed
392
def _validate_token(
393
self, token: str, audience: str | None | Iterable[str] = None
0 commit comments