MCPcopy
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
351def _extract_payload(payload_segment):
352 return extract_segment(payload_segment, DecodeError, "payload")

Callers 2

deserialize_compactMethod · 0.85
deserialize_jsonMethod · 0.85

Calls 1

extract_segmentFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…