Request Device Code
Initiate GitHub device flow authentication
Starts the GitHub device flow. Returns a user code and verification URL for the user to visit.
Body
scopestringdefault: user repo read:org workflow(body)
OAuth scopes to request.
Response
device_codestring
Device code for polling.
user_codestring
Code the user enters at the verification URL.
verification_uristring
URL where the user enters the code.
expires_innumber
Seconds until the device code expires.
intervalnumber
Minimum polling interval in seconds.