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

12 lines (11 loc) 448 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 { } /** Class representing an OAuth state validation exception for CSRF protection */ export declare class StateValidationException extends Error { }