CipherStash Docs
StackLatestIdentityType aliases

IdentifyOptions

API reference for IdentifyOptions

@cipherstash/stack


Type Alias: IdentifyOptions

type IdentifyOptions = {
  fetchFromCts?: boolean;
};

Defined in: .tmp-stack/packages/stack/src/identity/index.ts:8

Properties

fetchFromCts?

optional fetchFromCts: boolean;

Defined in: .tmp-stack/packages/stack/src/identity/index.ts:9

On this page