Interface: ICTIStore

ICTIStore

Interface for a CAT store

Members

getTokenCount :Promise.<number>

Get the number of times a token has been stored
Type:
  • Promise.<number>

storeToken :Promise.<number>

Store a token in the store and return the number of times the token has been stored
Type:
  • Promise.<number>