Config flow to handle Twitch OAuth2 authentication.
Definition at line 20 of file config_flow.py.
◆ __init__()
| None homeassistant.components.twitch.config_flow.OAuth2FlowHandler.__init__ |
( |
|
self | ) |
|
◆ async_oauth_create_entry()
| ConfigFlowResult homeassistant.components.twitch.config_flow.OAuth2FlowHandler.async_oauth_create_entry |
( |
|
self, |
|
|
dict[str, Any] |
data |
|
) |
| |
◆ async_step_reauth()
| ConfigFlowResult homeassistant.components.twitch.config_flow.OAuth2FlowHandler.async_step_reauth |
( |
|
self, |
|
|
Mapping[str, Any]
|
entry_data |
|
) |
| |
Perform reauth upon an API authentication error.
Definition at line 104 of file config_flow.py.
◆ async_step_reauth_confirm()
| ConfigFlowResult homeassistant.components.twitch.config_flow.OAuth2FlowHandler.async_step_reauth_confirm |
( |
|
self, |
|
|
dict[str, Any] | None |
user_input = None |
|
) |
| |
◆ extra_authorize_data()
| dict[str, Any] homeassistant.components.twitch.config_flow.OAuth2FlowHandler.extra_authorize_data |
( |
|
self | ) |
|
Extra data that needs to be appended to the authorize url.
Definition at line 38 of file config_flow.py.
◆ logger()
| logging.Logger homeassistant.components.twitch.config_flow.OAuth2FlowHandler.logger |
( |
|
self | ) |
|
◆ DOMAIN
| homeassistant.components.twitch.config_flow.OAuth2FlowHandler.DOMAIN = DOMAIN |
|
static |
The documentation for this class was generated from the following file: