Functions | |
| AuthorizationServer | async_get_authorization_server (HomeAssistant hass) |
Variables | |
| string | OAUTH2_AUTHORIZE = "https://auth.monzo.com" |
| string | OAUTH2_TOKEN = "https://api.monzo.com/oauth2/token" |
application_credentials platform the Monzo integration.
| AuthorizationServer homeassistant.components.monzo.application_credentials.async_get_authorization_server | ( | HomeAssistant | hass | ) |
Return authorization server.
Definition at line 10 of file application_credentials.py.
| string homeassistant.components.monzo.application_credentials.OAUTH2_AUTHORIZE = "https://auth.monzo.com" |
Definition at line 6 of file application_credentials.py.
| string homeassistant.components.monzo.application_credentials.OAUTH2_TOKEN = "https://api.monzo.com/oauth2/token" |
Definition at line 7 of file application_credentials.py.