Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authlib/authlib
/ _extract_payload
Function
_extract_payload
authlib/jose/rfc7515/jws.py:351–352 ·
view source on GitHub ↗
(payload_segment)
Source
from the content-addressed store, hash-verified
349
350
351
def
_extract_payload(payload_segment):
352
return
extract_segment(payload_segment, DecodeError,
"payload"
)
Callers
2
deserialize_compact
Method · 0.85
deserialize_json
Method · 0.85
Calls
1
extract_segment
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…