BaseToken

documents. BaseToken

The base Token model definition which defines common behavior of an Token document between both client and server.

Constructor

new BaseToken()

Properties:
Name Type Description
data data.TokenData

The constructed data object for the document.

Extends

  • Document

Members

(static) metadata

(static) schema

name :string

A convenience reference to the name which should be displayed for the Token

Type:
  • string

Methods

(protected, static) _canUpdate()

Is a user able to update an existing Token?