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 Attributes | |
| DOMAIN = DOMAIN | |
Config flow to handle Google Mail OAuth2 authentication.
Definition at line 19 of file config_flow.py.
| ConfigFlowResult homeassistant.components.google_mail.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 55 of file config_flow.py.
| ConfigFlowResult homeassistant.components.google_mail.config_flow.OAuth2FlowHandler.async_step_reauth | ( | self, | |
| Mapping[str, Any] | entry_data | ||
| ) |
Perform reauth upon an API authentication error.
Definition at line 41 of file config_flow.py.
| ConfigFlowResult homeassistant.components.google_mail.config_flow.OAuth2FlowHandler.async_step_reauth_confirm | ( | self, | |
| dict[str, Any] | None | user_input = None |
||
| ) |
Confirm reauth dialog.
Definition at line 47 of file config_flow.py.
| dict[str, Any] homeassistant.components.google_mail.config_flow.OAuth2FlowHandler.extra_authorize_data | ( | self | ) |
Extra data that needs to be appended to the authorize url.
Definition at line 32 of file config_flow.py.
| logging.Logger homeassistant.components.google_mail.config_flow.OAuth2FlowHandler.logger | ( | self | ) |
Return logger.
Definition at line 27 of file config_flow.py.
|
static |
Definition at line 24 of file config_flow.py.