@aws-amplify/auth
Version:
Auth category of aws-amplify
9 lines (8 loc) • 1.94 kB
TypeScript
export { 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';
export { ConfirmResetPasswordInput, ConfirmSignInInput, ConfirmSignUpInput, ConfirmUserAttributeInput, ResendSignUpCodeInput, ResetPasswordInput, SignInInput, SignInWithRedirectInput, SignOutInput, SignUpInput, UpdateMFAPreferenceInput, UpdatePasswordInput, UpdateUserAttributesInput, UpdateUserAttributeInput, VerifyTOTPSetupInput, SendUserAttributeVerificationCodeInput, DeleteUserAttributesInput, ForgetDeviceInput, } from './providers/cognito';
export { FetchUserAttributesOutput, GetCurrentUserOutput, ConfirmSignInOutput, ConfirmSignUpOutput, FetchMFAPreferenceOutput, ResendSignUpCodeOutput, ResetPasswordOutput, SetUpTOTPOutput, SignInOutput, SignUpOutput, UpdateUserAttributesOutput, SendUserAttributeVerificationCodeOutput, UpdateUserAttributeOutput, FetchDevicesOutput, } from './providers/cognito';
export { AuthError } from './errors/AuthError';
export { fetchAuthSession, FetchAuthSessionOptions, AuthSession, decodeJWT, CredentialsAndIdentityIdProvider, GetCredentialsOptions, CredentialsAndIdentityId, TokenProvider, AuthTokens, JWT, } from '@aws-amplify/core';
export { associateWebAuthnCredential } from './client/apis';
export { listWebAuthnCredentials, deleteWebAuthnCredential, } from './client/apis';
export { AuthWebAuthnCredential, DeleteWebAuthnCredentialInput, ListWebAuthnCredentialsInput, ListWebAuthnCredentialsOutput, } from './foundation/types';