Class: ApiToken

ApiToken()

ApiToken is an entity representing token used to authenticate against Trilium API from client applications. Currently used only by Trilium Sender.

Constructor

new ApiToken()

Properties:
Name Type Description
apiTokenId string primary key
token string
isDeleted boolean true if API token is deleted
utcDateCreated string
Source:

Extends