Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.monzo.application_credentials Namespace Reference

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"
 

Detailed Description

application_credentials platform the Monzo integration.

Function Documentation

◆ async_get_authorization_server()

AuthorizationServer homeassistant.components.monzo.application_credentials.async_get_authorization_server ( HomeAssistant  hass)
Return authorization server.

Definition at line 10 of file application_credentials.py.

Variable Documentation

◆ OAUTH2_AUTHORIZE

string homeassistant.components.monzo.application_credentials.OAUTH2_AUTHORIZE = "https://auth.monzo.com"

Definition at line 6 of file application_credentials.py.

◆ OAUTH2_TOKEN

string homeassistant.components.monzo.application_credentials.OAUTH2_TOKEN = "https://api.monzo.com/oauth2/token"

Definition at line 7 of file application_credentials.py.