Enhance glab with new workspace commands to output OAuth2.0 access token
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Work on this issue](https://contributors.gitlab.com/manage-issue?action=work&projectId=278964&issueIid=416478) - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=416478) </details> <!--IssueSummary end--> The `glab` CLI needs to be enhanced to support the following command ```sh glab workspaces ssh show-credentials ``` This command would show the OAuth2.0 access token for the user. If the user has not logged into `glab` via OAuth2.0, it should then invoke the OAuth2.0 flow used by the command `glab auth login`
issue