1 """application_credentials platform for Google Assistant SDK."""
8 """Return authorization server."""
10 "https://accounts.google.com/o/oauth2/v2/auth",
11 "https://oauth2.googleapis.com/token",
16 """Return description placeholders for the credentials dialog."""
18 "oauth_consent_url": (
19 "https://console.cloud.google.com/apis/credentials/consent"
22 "https://www.home-assistant.io/integrations/google_assistant_sdk/"
24 "oauth_creds_url":
"https://console.cloud.google.com/apis/credentials",
dict[str, str] async_get_description_placeholders(HomeAssistant hass)
AuthorizationServer async_get_authorization_server(HomeAssistant hass)