trilium
    Preparing search index...

    EtapiToken is an entity representing token used to authenticate against Trilium REST API from client applications. Used by:

    • Trilium Sender
    • ETAPI clients

    The format user is presented with is "_". This is also called "authToken" to distinguish it from tokenHash and token.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    blobId?: string
    dateCreated?: string
    dateModified?: string
    etapiTokenId?: string
    isProtected?: boolean
    isSynced?: boolean
    name: string
    tokenHash: string
    utcDateCreated: string
    utcDateModified?: string

    Accessors

    Methods

    • Returns {
          etapiTokenId: undefined | string;
          isDeleted: boolean;
          name: string;
          tokenHash: string;
          utcDateCreated: string;
          utcDateModified: undefined | string;
      }