Skip to content

Commit f12d244

Browse files
committed
Update deprecation message
Signed-off-by: Jorge Turrado <[email protected]>
1 parent fdc732d commit f12d244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/clients/auth_flow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type AuthFlow interface {
2727
type TokenResponseBody struct {
2828
AccessToken string `json:"access_token"`
2929
ExpiresIn int `json:"expires_in"`
30-
// Deprecated : RefreshToken is no longer used and the SDK will not attempt to refresh tokens using it but will instead use the AuthFlow implementation to get new tokens.
30+
// Deprecated: RefreshToken is no longer used and the SDK will not attempt to refresh tokens using it but will instead use the AuthFlow implementation to get new tokens.
3131
RefreshToken string `json:"refresh_token"`
3232
Scope string `json:"scope"`
3333
TokenType string `json:"token_type"`

0 commit comments

Comments
 (0)