Config flow to handle Spotify OAuth2 authentication.
Definition at line 19 of file config_flow.py.
◆ async_oauth_create_entry()
| ConfigFlowResult homeassistant.components.spotify.config_flow.SpotifyFlowHandler.async_oauth_create_entry |
( |
|
self, |
|
|
dict[str, Any] |
data |
|
) |
| |
◆ async_step_reauth()
| ConfigFlowResult homeassistant.components.spotify.config_flow.SpotifyFlowHandler.async_step_reauth |
( |
|
self, |
|
|
Mapping[str, Any]
|
entry_data |
|
) |
| |
Perform reauth upon migration of old entries.
Definition at line 58 of file config_flow.py.
◆ async_step_reauth_confirm()
| ConfigFlowResult homeassistant.components.spotify.config_flow.SpotifyFlowHandler.async_step_reauth_confirm |
( |
|
self, |
|
|
dict[str, Any] | None |
user_input = None |
|
) |
| |
◆ extra_authorize_data()
| dict[str, Any] homeassistant.components.spotify.config_flow.SpotifyFlowHandler.extra_authorize_data |
( |
|
self | ) |
|
Extra data that needs to be appended to the authorize url.
Definition at line 33 of file config_flow.py.
◆ logger()
| logging.Logger homeassistant.components.spotify.config_flow.SpotifyFlowHandler.logger |
( |
|
self | ) |
|
◆ DOMAIN
| homeassistant.components.spotify.config_flow.SpotifyFlowHandler.DOMAIN = DOMAIN |
|
static |
◆ source
| homeassistant.components.spotify.config_flow.SpotifyFlowHandler.source |
◆ VERSION
| int homeassistant.components.spotify.config_flow.SpotifyFlowHandler.VERSION = 1 |
|
static |
The documentation for this class was generated from the following file: