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

11 lines (10 loc) 301 B
/** * Default time skew time to check if the token has expired * @type {number} */ export declare const CLOCK_SKEW_TIME: number; /** * List of parameters required in the redirect callback that you get from TID * @type {Array<string>} */ export declare const LIST_PARAMS_REQUIRED: Array<string>;