Initiates the device authorization flow by generating a device code and user code.
curl --request POST \
--url https://api.strait.dev/v1/cli/auth/device-code{
"device_code": "<string>",
"expires_in": 123,
"interval": 123,
"user_code": "<string>",
"verification_url": "<string>",
"$schema": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.strait.dev/v1/cli/auth/device-code{
"device_code": "<string>",
"expires_in": 123,
"interval": 123,
"user_code": "<string>",
"verification_url": "<string>",
"$schema": "<string>"
}