Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 19 additions & 17 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,30 +42,13 @@ export {
MissingRefreshTokenError,
GenericError,
UseDpopNonceError,
type FetcherConfig,
RedirectConnectAccountOptions,
ConnectAccountRedirectResult,
ResponseType,
ConnectError,
type InteractiveErrorHandler,
CustomTokenExchangeOptions,
TokenEndpointResponse,
ClientConfiguration,
// MFA Types
type MfaApiClient,
type Authenticator,
type MfaFactorType,
type EnrollParams,
type EnrollOtpParams,
type EnrollSmsParams,
type EnrollVoiceParams,
type EnrollEmailParams,
type EnrollPushParams,
type EnrollmentResponse,
type ChallengeAuthenticatorParams,
type ChallengeResponse,
type VerifyParams,
type EnrollmentFactor,
// MFA Errors
MfaError,
MfaListAuthenticatorsError,
Expand All @@ -74,4 +57,23 @@ export {
MfaVerifyError,
MfaEnrollmentFactorsError,
} from '@auth0/auth0-spa-js';
export type {
FetcherConfig,
InteractiveErrorHandler,
// MFA Types
MfaApiClient,
Authenticator,
MfaFactorType,
EnrollParams,
EnrollOtpParams,
EnrollSmsParams,
EnrollVoiceParams,
EnrollEmailParams,
EnrollPushParams,
EnrollmentResponse,
ChallengeAuthenticatorParams,
ChallengeResponse,
VerifyParams,
EnrollmentFactor,
} from '@auth0/auth0-spa-js';
export { OAuthError } from './errors';
Loading