Skip to content

Commit

Permalink
replace unsafe characters, according to RFC specification, in AUTHORI…
Browse files Browse the repository at this point in the history
…ZE_URL
  • Loading branch information
CM000n committed Dec 7, 2023
1 parent 89b349c commit 3e2056a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mytoyota/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
API_BASE_URL = "HTTPS://ctpa-oneapi.tceu-ctp-prd.toyotaconnectedeurope.io"
ACCESS_TOKEN_URL = "HTTPS://b2c-login.toyota-europe.com/oauth2/realms/root/realms/tme/access_token"
AUTHENTICATE_URL = "HTTPS://b2c-login.toyota-europe.com/json/realms/root/realms/tme/authenticate?authIndexType=service&authIndexValue=oneapp" # pylint: disable=C0301
AUTHORIZE_URL = "HTTPS://b2c-login.toyota-europe.com/oauth2/realms/root/realms/tme/authorize?client_id=oneapp&scope=openid profile write&response_type=code&redirect_uri=com.toyota.oneapp:/oauth2Callback&code_challenge=plain&code_challenge_method=plain" # pylint: disable=C0301 # noqa: E501
AUTHORIZE_URL = "HTTPS://b2c-login.toyota-europe.com/oauth2/realms/root/realms/tme/authorize?client_id=oneapp&scope=openid+profile+write&response_type=code&redirect_uri=com.toyota.oneapp:/oauth2Callback&code_challenge=plain&code_challenge_method=plain" # pylint: disable=C0301

# Endpoints
CUSTOMER_ACCOUNT_ENDPOINT = "TBD"
Expand Down

0 comments on commit 3e2056a

Please sign in to comment.