Skip to content

Commit

Permalink
export FusionAuthProviderConfig and FusionAuthProviderContext from re…
Browse files Browse the repository at this point in the history
…act sdk
  • Loading branch information
JakeLo123 committed Apr 16, 2024
1 parent 80b0b0b commit 01985a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface FusionAuthProviderConfig {
shouldAutoFetchUserInfo?: boolean;

/**
* The number of seconds before the access token expiry when the auto refresh functionality kicks in if enabled. Default is 30.
* The number of seconds before the access token expiry when the auto refresh functionality kicks in if enabled. Default is 10.
*/
autoRefreshSecondsBeforeExpiry?: number;

Expand Down
2 changes: 2 additions & 0 deletions packages/sdk-react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export * from './components/providers/FusionAuthProvider';
export * from './components/providers/FusionAuthProviderConfig';
export * from './components/providers/FusionAuthProviderContext';

export * from './components/ui/FusionAuthLoginButton';
export * from './components/ui/FusionAuthLogoutButton';
Expand Down

0 comments on commit 01985a4

Please sign in to comment.