Public Member Functions | |
| None | __init__ (self, HomeAssistant hass, config_entry_oauth2_flow.OAuth2Session oauth2_session) |
| str | access_token (self) |
| str | check_and_refresh_token (self) |
Public Attributes | |
| hass | |
| oauth_session | |
Provide microBees authentication tied to an OAuth2 based config entry.
| None homeassistant.components.microbees.api.ConfigEntryAuth.__init__ | ( | self, | |
| HomeAssistant | hass, | ||
| config_entry_oauth2_flow.OAuth2Session | oauth2_session | ||
| ) |
| str homeassistant.components.microbees.api.ConfigEntryAuth.access_token | ( | self | ) |
| str homeassistant.components.microbees.api.ConfigEntryAuth.check_and_refresh_token | ( | self | ) |
| homeassistant.components.microbees.api.ConfigEntryAuth.oauth_session |