MCPcopy
hub / github.com/authlib/authlib / update_protected

Method update_protected

authlib/jose/rfc7516/models.py:129–131  ·  view source on GitHub ↗
(self, addition)

Source from the content-addressed store, hash-verified

127 self.unprotected = unprotected if unprotected else {}
128
129 def update_protected(self, addition):
130 self.update(addition)
131 self.protected.update(addition)
132
133 @classmethod
134 def from_dict(cls, obj):

Callers 1

serialize_jsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected