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

5 lines (4 loc) 249 B
export { TIDClient } from './TIDClient'; export { TIDContext, useAuth, TIDProvider } from './TIDProvider'; export { AuthenticationGuard } from './AuthenticationGuard/AuthenticationGuard'; export type { TokenResponse, AuthState } from './TIDClient';