Home Assistant Unofficial Reference 2024.12.1
homeassistant.auth.jwt_wrapper._PyJWSWithLoadCache Class Reference
Inheritance diagram for homeassistant.auth.jwt_wrapper._PyJWSWithLoadCache:
[legend]
Collaboration diagram for homeassistant.auth.jwt_wrapper._PyJWSWithLoadCache:
[legend]

Private Member Functions

tuple[bytes, bytes, dict, bytes] _load (self, str|bytes jwt)
 

Detailed Description

PyJWS with a dedicated load implementation.

Definition at line 29 of file jwt_wrapper.py.

Member Function Documentation

◆ _load()

tuple[bytes, bytes, dict, bytes] homeassistant.auth.jwt_wrapper._PyJWSWithLoadCache._load (   self,
str | bytes  jwt 
)
private
Load a JWS.

Definition at line 36 of file jwt_wrapper.py.


The documentation for this class was generated from the following file: