UNPKG

@trimble-oss/trimble-id-react

Version:

> **Important Notice:** > > As of version 1.0.0, `PersistentOptions` have been removed. By default, the SDK now supports in-memory token storage. > > When you upgrade to version 1.x, storage options will no longer be available, resulting in a breaking

16 lines (15 loc) 392 B
/** * Default value of the prefix key use it to store the token and the user * @type {string} */ export declare const PREFIX_KEY: string; /** * Default value of the suffix key use it to store the token * @type {string} */ export declare const AUTH_KEY: string; /** * Default value of the suffix key use it to store the user * @type {string} */ export declare const USER_KEY: string;