CipherStashDocs
StackLatestPackagesStackSrcIdentityType aliases

IdentifyOptions

IdentifyOptions is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.

@cipherstash/stack


Type Alias: IdentifyOptions

type IdentifyOptions = {
  fetchFromCts?: boolean;
};

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

Properties

fetchFromCts?

optional fetchFromCts: boolean;

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

On this page