Skip to content

Commit

Permalink
https://github.com/wubbl0rz/FiatChamp/issues/18
Browse files Browse the repository at this point in the history
  • Loading branch information
wubbl0rz committed Nov 19, 2022
1 parent 81cae04 commit 9e8a12d
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions FiatChampAddon/FiatClient/FiatClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -339,21 +339,22 @@ public FiatClient(string user, string password, FcaBrand brand = FcaBrand.Fiat,
}
else if (_brand == FcaBrand.Jeep)
{
_loginApiKey = "3_5qxvrevRPG7--nEXe6huWdVvF5kV7bmmJcyLdaTJ8A45XUYpaR398QNeHkd7EB1X";
_apiKey = "OgNqp2eAv84oZvMrXPIzP8mR8a6d9bVm1aaH9LqU";
_loginUrl = "https://login-us.jeep.com";
_tokenUrl = "https://authz.sdpr-02.fcagcv.com/v2/cognito/identity/token";
_apiUrl = "https://channels.sdpr-02.fcagcv.com";
_authApiKey = "JWRYW7IYhW9v0RqDghQSx4UcRYRILNmc8zAuh5ys"; // UNKNOWN
_authUrl = "https://mfa.fcl-01.fcagcv.com"; // UNKNOWN
_awsEndpoint = RegionEndpoint.USEast1;
_locale = "en_us";

if (_region == FcaRegion.Europe)
{
_loginApiKey = "3_ZvJpoiZQ4jT5ACwouBG5D1seGEntHGhlL0JYlZNtj95yERzqpH4fFyIewVMmmK7j";
_loginUrl = "https://login.jeep.com";
_awsEndpoint = RegionEndpoint.EUWest1;
}
else
{
_loginApiKey = "3_5qxvrevRPG7--nEXe6huWdVvF5kV7bmmJcyLdaTJ8A45XUYpaR398QNeHkd7EB1X";
_apiKey = "OgNqp2eAv84oZvMrXPIzP8mR8a6d9bVm1aaH9LqU";
_loginUrl = "https://login-us.jeep.com";
_tokenUrl = "https://authz.sdpr-02.fcagcv.com/v2/cognito/identity/token";
_apiUrl = "https://channels.sdpr-02.fcagcv.com";
_authApiKey = "JWRYW7IYhW9v0RqDghQSx4UcRYRILNmc8zAuh5ys"; // UNKNOWN
_authUrl = "https://mfa.fcl-01.fcagcv.com"; // UNKNOWN
_awsEndpoint = RegionEndpoint.USEast1;
_locale = "en_us";
}
}

Expand Down

0 comments on commit 9e8a12d

Please sign in to comment.