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 1da4767 commit b9f0948Copy full SHA for b9f0948
core/clients/auth_flow.go
@@ -27,6 +27,8 @@ type AuthFlow interface {
27
type TokenResponseBody struct {
28
AccessToken string `json:"access_token"`
29
ExpiresIn int `json:"expires_in"`
30
+ // Deprecated
31
+ RefreshToken string `json:"refresh_token"`
32
Scope string `json:"scope"`
33
TokenType string `json:"token_type"`
34
}
0 commit comments