You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
672 B
YAML
24 lines
672 B
YAML
2 years ago
|
TokenObject:
|
||
|
type: object
|
||
|
properties:
|
||
|
uid:
|
||
|
type: number
|
||
|
description: A valid user id
|
||
|
description:
|
||
|
type: string
|
||
|
description: Optional descriptor to differentiate tokens.
|
||
|
token:
|
||
|
type: string
|
||
|
description: An API token that can be called against this API via Bearer Authentication.
|
||
|
timestamp:
|
||
|
type: number
|
||
|
timestampISO:
|
||
|
type: string
|
||
|
description: An ISO 8601 formatted date string (complementing `timestamp`)
|
||
|
lastSeen:
|
||
|
type: number
|
||
|
nullable: true
|
||
|
lastSeenISO:
|
||
|
type: string
|
||
|
description: An ISO 8601 formatted date string (complementing `lastSeen`)
|
||
|
nullable: true
|