Public Member Functions | |
| str | async_generate_authorize_url (self, str flow_id) |
| dict[str, Any] | extra_authorize_data (self) |
Public Member Functions inherited from homeassistant.components.application_credentials.AuthImplementation | |
| None | __init__ (self, HomeAssistant hass, str auth_domain, ClientCredential credential, AuthorizationServer authorization_server) |
| str | name (self) |
Neato implementation of LocalOAuth2Implementation. We need this class because we have to add client_secret and scope to the authorization request.
| str homeassistant.components.neato.api.NeatoImplementation.async_generate_authorize_url | ( | self, | |
| str | flow_id | ||
| ) |
| dict[str, Any] homeassistant.components.neato.api.NeatoImplementation.extra_authorize_data | ( | self | ) |