Skip to content

Commit

Permalink
auth: add isReAuth attribute to aws_loginWithBrowser (#716)
Browse files Browse the repository at this point in the history
This attribute indicates if the aws_loginWithBrowser
process was done for reauthentication, otherwise regular
authentication was done if isReauth !== true.

Signed-off-by: Nikolas Komonen <[email protected]>
  • Loading branch information
nkomonen-amazon authored Mar 29, 2024
1 parent d7aa470 commit ed994a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,11 @@
"type": "boolean",
"description": "Whether this was an individual point or an aggregation of points."
},
{
"name": "isReAuth",
"type": "boolean",
"description": "If this was performed as part of the reauthentication flow."
},
{
"name": "lambdaArchitecture",
"allowedValues": [
Expand Down Expand Up @@ -1837,6 +1842,10 @@
"type": "credentialType",
"required": false
},
{
"type": "isReAuth",
"required": false
},
{
"type": "result"
}
Expand Down

0 comments on commit ed994a6

Please sign in to comment.