Skip to main content
POST
/
api
/
oidc
/
auth
Oidc Auth
curl --request POST \
  --url https://api.cyberdesk.io/api/oidc/auth \
  --header 'Content-Type: application/json' \
  --data '
{
  "op": "<string>",
  "id": "<string>",
  "uuid": "<string>",
  "clientSecret": "",
  "deviceInfo": {}
}
'
{
  "code": "<string>",
  "url": "<string>",
  "userCode": "<string>"
}

Body

application/json
op
string
required
id
string
required
uuid
string
required
clientSecret
string
default:""
deviceInfo
Deviceinfo · object

Response

Successful Response

code
string
required
url
string
required
userCode
string
required