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 8820251 commit ae2b2d1Copy full SHA for ae2b2d1
internal/cmd/auth/get-access-token/get_access_token.go
@@ -44,8 +44,6 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
44
return &cliErr.SessionExpiredError{}
45
}
46
47
- // Get a valid access token for the current authentication flow
48
- // For user flows: refreshes if necessary, for service account flows: returns current token
49
accessToken, err := auth.GetValidAccessToken(params.Printer)
50
if err != nil {
51
return err
0 commit comments