7 lines
184 B
Python
7 lines
184 B
Python
|
"""Constants for the xbox integration."""
|
||
|
|
||
|
DOMAIN = "xbox"
|
||
|
|
||
|
OAUTH2_AUTHORIZE = "https://login.live.com/oauth20_authorize.srf"
|
||
|
OAUTH2_TOKEN = "https://login.live.com/oauth20_token.srf"
|