Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google.application_credentials Namespace Reference

Functions

config_entry_oauth2_flow.AbstractOAuth2Implementation async_get_auth_implementation (HomeAssistant hass, str auth_domain, ClientCredential credential)
 
dict[str, str] async_get_description_placeholders (HomeAssistant hass)
 

Variables

 AUTHORIZATION_SERVER
 

Detailed Description

application_credentials platform for nest.

Function Documentation

◆ async_get_auth_implementation()

config_entry_oauth2_flow.AbstractOAuth2Implementation homeassistant.components.google.application_credentials.async_get_auth_implementation ( HomeAssistant  hass,
str  auth_domain,
ClientCredential   credential 
)
Return auth implementation.

Definition at line 19 of file application_credentials.py.

◆ async_get_description_placeholders()

dict[str, str] homeassistant.components.google.application_credentials.async_get_description_placeholders ( HomeAssistant  hass)
Return description placeholders for the credentials dialog.

Definition at line 26 of file application_credentials.py.

Variable Documentation

◆ AUTHORIZATION_SERVER

homeassistant.components.google.application_credentials.AUTHORIZATION_SERVER
Initial value:
1 = AuthorizationServer(
2  oauth2client.GOOGLE_AUTH_URI, oauth2client.GOOGLE_TOKEN_URI
3 )

Definition at line 14 of file application_credentials.py.