Skip to content

Commit

Permalink
Polestar: upgrade api
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Nov 9, 2024
1 parent 6626ac5 commit 355c0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vehicle/polestar/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const OAuthURI = "https://polestarid.eu.polestar.com"

// https://polestarid.eu.polestar.com/.well-known/openid-configuration
var OAuth2Config = &oauth2.Config{
ClientID: "polmystar",
ClientID: "l3oopkc_10",
RedirectURL: "https://www.polestar.com/sign-in-callback",
Endpoint: oauth2.Endpoint{
AuthURL: OAuthURI + "/as/authorization.oauth2",
Expand Down

0 comments on commit 355c0e3

Please sign in to comment.