APIv1.TokenResource interface
This interface was referenced by V1's JSON-Schema via the definition "TokenResource".
Signature:
export interface TokenResource
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
("embed" | "read" | "super" | "write")[] |
a list of roles that determine the extent of API access available to the new token | ||
|
Date |
when the user token was created | ||
|
Date | null | |||
|
string |
the user token id | ||
|
string[] |
allowlist of origins where this token can be used | ||
|
string |
the user token short token | ||
|
Date |
when the user was updated | ||
|
string |