Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,17 @@
],
"description": "Status of the an auth connection."
},
{
"name": "authType",
"type": "string",
"allowedValues": [
"PKCE",
Copy link
Contributor

@justinmk3 justinmk3 Oct 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be AuthCode (or AuthCodePkce)?

"DeviceCode",
"IAM",
"Unknown"
],
"description": "The type of auth flow used for signing in"
},
{
"name": "awsAccount",
"type": "string",
Expand Down Expand Up @@ -2813,6 +2824,10 @@
"name": "aws_loginWithBrowser",
"description": "Extension navigated the user to a web browser to perform/complete the login process.",
"metadata": [
{
"type": "authType",
"required": false
},
{
"type": "credentialSourceId",
"required": false
Expand Down