Skip to content

Commit 51b0050

Browse files
handle GET on validateDeviceWithRequest with tenantId
1 parent e6eb365 commit 51b0050

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

openapi.yaml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18633,10 +18633,13 @@ paths:
1863318633
"/oauth2/device/validate":
1863418634
get:
1863518635
description: Validates the end-user provided user_code from the user-interaction
18636+
of the Device Authorization Grant. If you build your own activation form you
18637+
should validate the user provided code prior to beginning the Authorization
18638+
grant. OR Validates the end-user provided user_code from the user-interaction
1863618639
of the Device Authorization Grant. If you build your own activation form you
1863718640
should validate the user provided code prior to beginning the Authorization
1863818641
grant.
18639-
operationId: validateDeviceWithId
18642+
operationId: retrieveDeviceValidate
1864018643
parameters:
1864118644
- name: user_code
1864218645
in: query
@@ -18653,18 +18656,6 @@ paths:
1865318656
description: Success
1865418657
default:
1865518658
description: Error
18656-
post:
18657-
description: Validates the end-user provided user_code from the user-interaction
18658-
of the Device Authorization Grant. If you build your own activation form you
18659-
should validate the user provided code prior to beginning the Authorization
18660-
grant.
18661-
operationId: validateDeviceWithRequestWithId
18662-
parameters: []
18663-
responses:
18664-
'200':
18665-
description: Success
18666-
default:
18667-
description: Error
1866818659
"/oauth2/device_authorize":
1866918660
post:
1867018661
description: Start the Device Authorization flow using a request body OR Start

0 commit comments

Comments
 (0)