Public Member Functions | |
| None | __init__ (self, ClientSession websession, str access_token, str host) |
| str | async_get_access_token (self) |
| Credentials | async_get_creds (self) |
Private Attributes | |
| _access_token | |
Authentication implementation used during config flow, without refresh. This exists to allow the config flow to use the API before it has fully created a config entry required by OAuth2Session. This does not support refreshing tokens, which is fine since it should have been just created.
| None homeassistant.components.nest.api.AccessTokenAuthImpl.__init__ | ( | self, | |
| ClientSession | websession, | ||
| str | access_token, | ||
| str | host | ||
| ) |
| str homeassistant.components.nest.api.AccessTokenAuthImpl.async_get_access_token | ( | self | ) |
| Credentials homeassistant.components.nest.api.AccessTokenAuthImpl.async_get_creds | ( | self | ) |
|
private |