Public Member Functions | |
| ConfigFlowResult | async_oauth_create_entry (self, dict[str, Any] data) |
| ConfigFlowResult | async_step_reauth (self, Mapping[str, Any] entry_data) |
| ConfigFlowResult | async_step_reauth_confirm (self, dict[str, Any]|None user_input=None) |
| dict[str, Any] | extra_authorize_data (self) |
| logging.Logger | logger (self) |
Static Public Member Functions | |
| OptionsFlow | async_get_options_flow (ConfigEntry config_entry) |
Public Attributes | |
| source | |
Static Public Attributes | |
| DOMAIN = DOMAIN | |
Config flow to handle Google Assistant SDK OAuth2 authentication.
Definition at line 26 of file config_flow.py.
|
static |
Create the options flow.
Definition at line 79 of file config_flow.py.
| ConfigFlowResult homeassistant.components.google_assistant_sdk.config_flow.OAuth2FlowHandler.async_oauth_create_entry | ( | self, | |
| dict[str, Any] | data | ||
| ) |
Create an entry for the flow, or update existing entry.
Definition at line 62 of file config_flow.py.
| ConfigFlowResult homeassistant.components.google_assistant_sdk.config_flow.OAuth2FlowHandler.async_step_reauth | ( | self, | |
| Mapping[str, Any] | entry_data | ||
| ) |
Perform reauth upon an API authentication error.
Definition at line 48 of file config_flow.py.
| ConfigFlowResult homeassistant.components.google_assistant_sdk.config_flow.OAuth2FlowHandler.async_step_reauth_confirm | ( | self, | |
| dict[str, Any] | None | user_input = None |
||
| ) |
Confirm reauth dialog.
Definition at line 54 of file config_flow.py.
| dict[str, Any] homeassistant.components.google_assistant_sdk.config_flow.OAuth2FlowHandler.extra_authorize_data | ( | self | ) |
Extra data that needs to be appended to the authorize url.
Definition at line 39 of file config_flow.py.
| logging.Logger homeassistant.components.google_assistant_sdk.config_flow.OAuth2FlowHandler.logger | ( | self | ) |
Return logger.
Definition at line 34 of file config_flow.py.
|
static |
Definition at line 31 of file config_flow.py.
| homeassistant.components.google_assistant_sdk.config_flow.OAuth2FlowHandler.source |
Definition at line 64 of file config_flow.py.