@aws-amplify/auth
Version:
Auth category of aws-amplify
11 lines (8 loc) • 339 B
JavaScript
import { PlatformNotSupportedError } from '@aws-amplify/core/internals/utils';
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
const getPasskey = async () => {
throw new PlatformNotSupportedError();
};
export { getPasskey };
//# sourceMappingURL=getPasskey.native.mjs.map