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

9 lines (8 loc) 302 B
/** Class representing a token expiration exception */ export declare class TokenExpiredException extends Error { } /** Class representing a token expiration exception */ export declare class TokenNotFoundException extends Error { } export declare class CodeVerifierNotFoundException extends Error { }