Test/private/mocks/sforgdisplayVerbose.json

{
  "status": 0,
  "result": {
    "id": "00Dd0000000hHE0EAM",
    "apiVersion": "63.0",
    "accessToken": "***",
    "instanceUrl": "https://contoso.my.salesforce.com",
    "username": "me@contoso.com",
    "clientId": "PlatformCLI",
    "connectedStatus": "Connected",
    "sfdxAuthUrl": "force://PlatformCLI::xxx@contoso.my.salesforce.com"
  },
  "warnings": [
    "This command will expose sensitive information that allows for subsequent activity using your current authenticated session.\nSharing this information is equivalent to logging someone in under the current credential, resulting in unintended access and escalation of privilege.\nFor additional information, please review the authorization section of the https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_auth_web_flow.htm."
  ]
}