Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
343
def
_extract_header(header_segment):
344
return
extract_header(header_segment, DecodeError)
345
346
347
def
_extract_signature(signature_segment):
Callers
2
deserialize_compact
Method · 0.85
_validate_json_jws
Method · 0.85
Calls
1
extract_header
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…