CipherStashDocs
StackLatestPackagesStackSrcIdentityType aliases

LockContextOptions

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

@cipherstash/stack


Type Alias: LockContextOptions

type LockContextOptions = {
  context?: Context;
  ctsToken?: CtsToken;
};

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

Properties

context?

optional context: Context;

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


ctsToken?

optional ctsToken: CtsToken;

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

On this page