GitLab · Example Payload

Gitlab Oauth2 Device Authorization Request Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Oauth2 Device Authorization Request Example is an example object payload from GitLab, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

client_idscope

Example Payload

Raw ↑
{
  "client_id": "123456",
  "scope": "example_value"
}