Authorization and Authentication APIs-OpenID Connect/OAuth 2-Device Authorization Grant
Number of APIs: 4
-
Start device flow (without appIdentifier) GET {{authPath}}/{{envID}}/device
-
Authorize (device) POST {{authPath}}/{{envID}}/as/device_authorization
-
Token (device_code) (NONE) POST {{authPath}}/{{envID}}/as/token
-
Start device flow (with appIdentifier) GET {{authPath}}/{{envID}}/device/{{appIdentifier}}