File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def _fetch_certs(request, certs_url):
8282 """Fetches certificates.
8383
8484 Google-style cerificate endpoints return JSON in the format of
85- ``{'key id': 'x509 certificate'}`` or a certificate array according
85+ ``{'key id': 'x509 certificate'}`` or a certificate array according
8686 to the JWK spec (see https://tools.ietf.org/html/rfc7517).
8787
8888 Args:
@@ -91,7 +91,7 @@ def _fetch_certs(request, certs_url):
9191 certs_url (str): The certificate endpoint URL.
9292
9393 Returns:
94- Mapping[str, str] | Mapping[str, list]: A mapping of public keys
94+ Mapping[str, str] | Mapping[str, list]: A mapping of public keys
9595 in x.509 or JWK spec.
9696 """
9797 response = request (certs_url , method = "GET" )
@@ -121,7 +121,7 @@ def verify_token(
121121 intended for. If None then the audience is not verified.
122122 certs_url (str): The URL that specifies the certificates to use to
123123 verify the token. This URL should return JSON in the format of
124- ``{'key id': 'x509 certificate'}`` or a certificate array according to
124+ ``{'key id': 'x509 certificate'}`` or a certificate array according to
125125 the JWK spec (see https://tools.ietf.org/html/rfc7517).
126126 clock_skew_in_seconds (int): The clock skew used for `iat` and `exp`
127127 validation.
You can’t perform that action at this time.
0 commit comments