GitLab · Schema

DeviceAuthorizationResponse

DeviceAuthorizationResponse from GitLab API

CodePlatformSoftware DevelopmentSource Control

Properties

Name Type Description
device_code string The device verification code used to poll for the access token.
user_code string The end-user verification code to enter on the authorization page.
verification_uri string The end-user verification URI on the authorization server.
verification_uri_complete string The verification URI that includes the user_code.
expires_in integer The lifetime in seconds of the device_code and user_code.
interval integer Minimum number of seconds between polling requests.
View JSON Schema on GitHub