Skip to content

Commit ce05432

Browse files
woodruffwwebknjaz
andauthored
Update oidc-exchange.py
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
1 parent 127f65f commit ce05432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oidc-exchange.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def assert_successful_audience_call(resp: requests.Response, domain: str):
191191
)
192192

193193

194-
def extract_claims(token: str) -> dict[str, typing.Any]:
194+
def extract_claims(token: str) -> dict[str, object]:
195195
_, payload, _ = token.split('.', 2)
196196

197197
# urlsafe_b64decode needs padding; JWT payloads don't contain any.

0 commit comments

Comments
 (0)