GitLab · Example Payload

Gitlab Oauth2 Token Info Example

CodePlatformSoftware DevelopmentSource Control

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

Top-level fields

resource_owner_idapplicationscopeexpires_in_secondscreated_at

Example Payload

Raw ↑
{
  "resource_owner_id": 42,
  "application": {
    "uid": "123456"
  },
  "scope": [
    "example_value"
  ],
  "expires_in_seconds": 42,
  "created_at": 42.5
}