GitLab · Schema

TokenInfo

TokenInfo from GitLab API

CodePlatformSoftware DevelopmentSource Control

Properties

Name Type Description
resource_owner_id integer The ID of the user who authorized the token.
application object Information about the OAuth application.
scope array List of scopes the token has been granted.
expires_in_seconds integer Remaining lifetime of the token in seconds.
created_at number Unix timestamp of when the token was created.
View JSON Schema on GitHub