We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4125874 commit 34b39bcCopy full SHA for 34b39bc
tado.go
@@ -10,6 +10,7 @@ var Endpoint = oauth2.Endpoint{
10
AuthURL: "https://login.tado.com/oauth2/authorize",
11
TokenURL: "https://login.tado.com/oauth2/token",
12
DeviceAuthURL: "https://login.tado.com/oauth2/device_authorize",
13
+ AuthStyle: oauth2.AuthStyleInParams,
14
}
15
16
type Tado struct {
0 commit comments