Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.withings.application_credentials.WithingsLocalOAuth2Implementation Class Reference
Inheritance diagram for homeassistant.components.withings.application_credentials.WithingsLocalOAuth2Implementation:
[legend]
Collaboration diagram for homeassistant.components.withings.application_credentials.WithingsLocalOAuth2Implementation:
[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

Oauth2 implementation that only uses the external url.

Definition at line 33 of file application_credentials.py.

Member Function Documentation

◆ _token_request()

dict homeassistant.components.withings.application_credentials.WithingsLocalOAuth2Implementation._token_request (   self,
dict  data 
)
private
Make a token request and adapt Withings API reply.

Definition at line 36 of file application_credentials.py.


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