Config flow to handle myUplink OAuth2 authentication.
Definition at line 13 of file config_flow.py.
◆ async_oauth_create_entry()
| ConfigFlowResult homeassistant.components.myuplink.config_flow.OAuth2FlowHandler.async_oauth_create_entry |
( |
|
self, |
|
|
dict |
data |
|
) |
| |
Create or update the config entry.
Definition at line 47 of file config_flow.py.
◆ async_step_reauth()
| ConfigFlowResult homeassistant.components.myuplink.config_flow.OAuth2FlowHandler.async_step_reauth |
( |
|
self, |
|
|
Mapping[str, Any]
|
entry_data |
|
) |
| |
Perform reauth upon an API authentication error.
Definition at line 30 of file config_flow.py.
◆ async_step_reauth_confirm()
| ConfigFlowResult homeassistant.components.myuplink.config_flow.OAuth2FlowHandler.async_step_reauth_confirm |
( |
|
self, |
|
|
Mapping[str, Any] | None |
user_input = None |
|
) |
| |
Dialog that informs the user that reauth is required.
Definition at line 36 of file config_flow.py.
◆ extra_authorize_data()
| dict[str, Any] homeassistant.components.myuplink.config_flow.OAuth2FlowHandler.extra_authorize_data |
( |
|
self | ) |
|
Extra data that needs to be appended to the authorize url.
Definition at line 26 of file config_flow.py.
◆ logger()
| logging.Logger homeassistant.components.myuplink.config_flow.OAuth2FlowHandler.logger |
( |
|
self | ) |
|
◆ DOMAIN
| homeassistant.components.myuplink.config_flow.OAuth2FlowHandler.DOMAIN = DOMAIN |
|
static |
◆ source
| homeassistant.components.myuplink.config_flow.OAuth2FlowHandler.source |
The documentation for this class was generated from the following file: