Skip to content

Commit b9f0948

Browse files
JorTurFermarceljk
andauthored
Update core/clients/auth_flow.go
Co-authored-by: Marcel Jacek <[email protected]>
1 parent 1da4767 commit b9f0948

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/clients/auth_flow.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ type AuthFlow interface {
2727
type TokenResponseBody struct {
2828
AccessToken string `json:"access_token"`
2929
ExpiresIn int `json:"expires_in"`
30+
// Deprecated
31+
RefreshToken string `json:"refresh_token"`
3032
Scope string `json:"scope"`
3133
TokenType string `json:"token_type"`
3234
}

0 commit comments

Comments
 (0)