2020-10-13 13:37:01 +00:00
|
|
|
"""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"
|
2020-10-15 23:11:05 +00:00
|
|
|
|
|
|
|
EVENT_NEW_FAVORITE = "xbox/new_favorite"
|