Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EThreeCtorOptions

Hierarchy

  • EThreeCtorOptions
    • EThreeCtorOptions

Index

Properties

accessTokenProvider

accessTokenProvider: IAccessTokenProvider

Implementation of IAccessTokenProvider from Virgil SDK;

Optional apiUrl

apiUrl: string

Url of the Card Services. Used for development purposes.

Optional groupStorageName

groupStorageName: string

Name of the group storage. Default .virgil-group-storage.

Optional keyEntryStorage

keyEntryStorage: IKeyEntryStorage

Implementation of IKeyEntryStorage. Used IndexedDB Key Storage from Virgil SDK by default.

Optional keyPairType

keyPairType: KeyPairType

Optional storageName

storageName: string

Name of the key storage. Default .virgil-local-storage.

Optional useSha256Identifiers

useSha256Identifiers: boolean

Indicates whether to use old algorithm to calculate keypair identifiers.

Generated using TypeDoc