@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
17 lines (16 loc) • 482 B
TypeScript
/**
* 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>;
/**
* Maximum time allowed for state parameter to be valid (10 minutes)
* Used to prevent replay attacks
* @type {number}
*/
export declare const STATE_EXPIRATION_TIME: number;