Public Member Functions | |
| None | __init__ (self, aiohttp.ClientSession websession, str access_token) |
| str | async_get_access_token (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.google.api.AccessTokenAuthImpl.__init__ | ( | self, | |
| aiohttp.ClientSession | websession, | ||
| str | access_token | ||
| ) |
| str homeassistant.components.google.api.AccessTokenAuthImpl.async_get_access_token | ( | self | ) |
|
private |