@aws-amplify/auth
Version:
Auth category of aws-amplify
5 lines (4 loc) • 1.1 kB
TypeScript
export { AuthAdditionalInfo, AuthDeliveryMedium, AuthAnyAttribute, AuthCodeDeliveryDetails, AuthNextSignUpStep, AuthUserAttributeKey, AuthUserAttributes, AuthUserAttribute, AuthNextResetPasswordStep, AuthNextSignInStep, AuthNextUpdateAttributeStep, AuthMFAType, AuthAllowedMFATypes, AWSAuthUser, AuthTOTPSetupDetails, AuthResetPasswordStep, AuthUpdateAttributeStep, AuthDevice, } from './models';
export { AuthServiceOptions, AuthSignUpOptions } from './options';
export { AuthConfirmResetPasswordInput, AuthResetPasswordInput, AuthResendSignUpCodeInput, AuthSignUpInput, AuthSignInInput, AuthConfirmSignUpInput, AuthConfirmSignInInput, AuthUpdatePasswordInput, AuthUpdateUserAttributesInput, AuthUpdateUserAttributeInput, AuthConfirmUserAttributeInput, AuthVerifyTOTPSetupInput, AuthSignInWithRedirectInput, AuthSignOutInput, AuthSendUserAttributeVerificationCodeInput, AuthDeleteUserAttributesInput, AuthForgetDeviceInput, } from './inputs';
export { AuthSignUpOutput, AuthSignInOutput, AuthResetPasswordOutput, AuthUpdateUserAttributeOutput, AuthUpdateUserAttributesOutput, } from './outputs';