Skip to content

Commit

Permalink
Update client ID and secret (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
InvisiblePhil committed May 20, 2024
1 parent c0aa1c2 commit c5197b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NissanConnect/NissanConnectLib/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public enum ConfigurationKey
{
Region.EU, new Dictionary<ConfigurationKey, string>
{
{ ConfigurationKey.ClientId, "a-ncb-prod-android" },
{ ConfigurationKey.ClientSecret, "0sAcrtwvwEXXZp5nzQhPexSRhxUVKa0d76F4uqDvxvvKFHXpo4myoJwUuV4vuNqC" },
{ ConfigurationKey.ClientId, "a-ncb-nc-android-prod" },
{ ConfigurationKey.ClientSecret, "6GKIax7fGT5yPHuNmWNVOc4q5POBw1WRSW39ubRA8WPBmQ7MOxhm75EsmKMKENem" },
{ ConfigurationKey.Scope, "openid profile vehicles" },
{ ConfigurationKey.AuthBaseUrl, "https://prod.eu2.auth.kamereon.org/kauth" },
{ ConfigurationKey.Realm, "a-ncb-prod" },
Expand Down

0 comments on commit c5197b2

Please sign in to comment.