Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.lyric.api.LyricLocalOAuth2Implementation Class Reference
Inheritance diagram for homeassistant.components.lyric.api.LyricLocalOAuth2Implementation:
[legend]
Collaboration diagram for homeassistant.components.lyric.api.LyricLocalOAuth2Implementation:
[legend]

Private Member Functions

dict _token_request (self, dict data)
 

Additional Inherited Members

- Public Member Functions inherited from homeassistant.components.application_credentials.AuthImplementation
None __init__ (self, HomeAssistant hass, str auth_domain, ClientCredential credential, AuthorizationServer authorization_server)
 
str name (self)
 

Detailed Description

Lyric Local OAuth2 implementation.

Definition at line 44 of file api.py.

Member Function Documentation

◆ _token_request()

dict homeassistant.components.lyric.api.LyricLocalOAuth2Implementation._token_request (   self,
dict  data 
)
private
Make a token request.

Definition at line 49 of file api.py.


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