Interface: ApiToken
Defined in: models/ApiToken.ts:3
Extends
Properties
created
created:
string
Defined in: models/DbItem.ts:3
Inherited from
expirationDate?
optional
expirationDate:number
Defined in: models/ApiToken.ts:17
The timestamp at which the token will expire in Unix seconds
id
id:
string
Defined in: models/DbItem.ts:2
Inherited from
lastUsed?
optional
lastUsed:string
Defined in: models/ApiToken.ts:22
When the token was last used to generate a new access token, iso-8601 timestamp
name
name:
string
Defined in: models/ApiToken.ts:12
Human-readable name for the token, assigned by the user
updated
updated:
string
Defined in: models/DbItem.ts:4
Inherited from
userId
userId:
string
Defined in: models/ApiToken.ts:7
The user who created the token