UNPKG

1.64 kBTypeScriptView Raw
1export { signUp, resetPassword, confirmResetPassword, signIn, resendSignUpCode, confirmSignUp, confirmSignIn, updateMFAPreference, fetchMFAPreference, verifyTOTPSetup, updatePassword, setUpTOTP, updateUserAttributes, updateUserAttribute, getCurrentUser, confirmUserAttribute, signInWithRedirect, fetchUserAttributes, signOut, sendUserAttributeVerificationCode, deleteUserAttributes, deleteUser, rememberDevice, forgetDevice, fetchDevices, autoSignIn, AuthUser, CodeDeliveryDetails, UserAttributeKey, VerifiableUserAttributeKey, } from './providers/cognito';
2export { ConfirmResetPasswordInput, ConfirmSignInInput, ConfirmSignUpInput, ConfirmUserAttributeInput, ResendSignUpCodeInput, ResetPasswordInput, SignInInput, SignInWithRedirectInput, SignOutInput, SignUpInput, UpdateMFAPreferenceInput, UpdatePasswordInput, UpdateUserAttributesInput, UpdateUserAttributeInput, VerifyTOTPSetupInput, SendUserAttributeVerificationCodeInput, DeleteUserAttributesInput, ForgetDeviceInput, } from './providers/cognito';
3export { FetchUserAttributesOutput, GetCurrentUserOutput, ConfirmSignInOutput, ConfirmSignUpOutput, FetchMFAPreferenceOutput, ResendSignUpCodeOutput, ResetPasswordOutput, SetUpTOTPOutput, SignInOutput, SignUpOutput, UpdateUserAttributesOutput, SendUserAttributeVerificationCodeOutput, UpdateUserAttributeOutput, FetchDevicesOutput, } from './providers/cognito';
4export { AuthError } from './errors/AuthError';
5export { fetchAuthSession, FetchAuthSessionOptions, AuthSession, decodeJWT, CredentialsAndIdentityIdProvider, GetCredentialsOptions, CredentialsAndIdentityId, TokenProvider, AuthTokens, JWT, } from '@aws-amplify/core';