Skip to content

Commit 7e220c5

Browse files
goffrieConvex, Inc.
authored andcommitted
Add a app_name field to access tokens (#34415)
GitOrigin-RevId: 6d2ed3f7c5d1284ab13a092b81ad8733a945d4c0
1 parent ef7c28a commit 7e220c5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

npm-packages/dashboard/dashboard-openapi.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,6 +2218,9 @@
22182218
"type": "string",
22192219
"description": "Encrypted admin key"
22202220
},
2221+
"AppName": {
2222+
"type": "string"
2223+
},
22212224
"AuditLogAction": {
22222225
"type": "string",
22232226
"enum": [
@@ -2384,6 +2387,16 @@
23842387
"authnToken"
23852388
],
23862389
"properties": {
2390+
"appName": {
2391+
"oneOf": [
2392+
{
2393+
"type": "null"
2394+
},
2395+
{
2396+
"$ref": "#/components/schemas/AppName"
2397+
}
2398+
]
2399+
},
23872400
"authnToken": {
23882401
"type": "string",
23892402
"description": "Authentication token is expected to be the access token from auth0"

0 commit comments

Comments
 (0)