MCPcopy
hub / github.com/authlib/authlib / _extract_header

Function _extract_header

authlib/jose/rfc7515/jws.py:343–344  ·  view source on GitHub ↗
(header_segment)

Source from the content-addressed store, hash-verified

341
342
343def _extract_header(header_segment):
344 return extract_header(header_segment, DecodeError)
345
346
347def _extract_signature(signature_segment):

Callers 2

deserialize_compactMethod · 0.85
_validate_json_jwsMethod · 0.85

Calls 1

extract_headerFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…