Authentication implementation for google calendar api library.
Definition at line 188 of file api.py.
◆ __init__()
| None homeassistant.components.google.api.ApiAuthImpl.__init__ |
( |
|
self, |
|
|
aiohttp.ClientSession |
websession, |
|
|
config_entry_oauth2_flow.OAuth2Session |
session |
|
) |
| |
Init the Google Calendar client library auth implementation.
Definition at line 191 of file api.py.
◆ async_get_access_token()
| str homeassistant.components.google.api.ApiAuthImpl.async_get_access_token |
( |
|
self | ) |
|
Return a valid access token.
Definition at line 200 of file api.py.
◆ _session
| homeassistant.components.google.api.ApiAuthImpl._session |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/google/api.py