Skip to content

Commit ae2b2d1

Browse files
committed
reduce duplicated docs
1 parent 8820251 commit ae2b2d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/cmd/auth/get-access-token/get_access_token.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
4444
return &cliErr.SessionExpiredError{}
4545
}
4646

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
4947
accessToken, err := auth.GetValidAccessToken(params.Printer)
5048
if err != nil {
5149
return err

0 commit comments

Comments
 (0)