@aws-amplify/auth
Version:
Auth category of aws-amplify
11 lines (9 loc) • 369 B
text/typescript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
export { handlePasskeyAuthenticationError } from './handlePasskeyAuthenticationError';
export { handlePasskeyRegistrationError } from './handlePasskeyRegistrationError';
export {
PasskeyError,
PasskeyErrorCode,
assertPasskeyError,
} from './passkeyError';