CipherStashDocs
StackLatestPackagesStackSrcIdentityType aliases

CtsToken

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

@cipherstash/stack


Type Alias: CtsToken

type CtsToken = {
  accessToken: string;
  expiry: number;
};

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

Properties

accessToken

accessToken: string;

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


expiry

expiry: number;

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

On this page