CipherStashDocs
StackLatestPackagesStackSrcIdentityType aliases

GetLockContextResponse

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

@cipherstash/stack


Type Alias: GetLockContextResponse

type GetLockContextResponse = {
  ctsToken: CtsToken;
  context: Context;
};

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

Properties

ctsToken

ctsToken: CtsToken;

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


context

context: Context;

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

On this page