An access token entry returned by the personal access tokens list endpoint. May represent either a personal or a service access token.

Hierarchy

  • AccessTokenListItem

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Attributes of an access token.

id?: string

ID of the access token.

Resources related to the access token entry in the mixed list response.

Resource type returned by the access tokens list endpoint. Includes both personal and service access tokens.

Generated using TypeDoc