Verify a previous device grant request and return an authorization token.
After initiating a device grant process with the sso_device_grant endpoint, use this endpoint to check if the user has completed the verification process. If the verification is successful, the endpoint returns an authorization token that you can use for subsequent API calls.
You can call this endpoint multiple times until one of these outcomes:
The user completes the verification (returns 200 OK with a token).
The timeout is reached (returns error).
The verification is canceled (returns error).
Documentation Index
Fetch the complete documentation index at: https://docs.ocient.com/llms.txt
Use this file to discover all available pages before exploring further.
The user code returned from a previous device grant request using the sso_device_grant endpoint.
Target database name. If you do not specify this parameter, the request defaults this value to system.
The verification timeout, in seconds, indicates how long the server waits for the user to complete the device authorization process before returning a timeout error.
The default value is 30 seconds.
The valid range is 1-600 seconds (10 minutes).