@aws-amplify/auth
Version:
Auth category of aws-amplify
11 lines (8 loc) • 373 B
JavaScript
import { loadAmplifyRtnPasskeys } from '@aws-amplify/react-native';
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
const getIsPasskeySupported = () => {
return loadAmplifyRtnPasskeys().getIsPasskeySupported();
};
export { getIsPasskeySupported };
//# sourceMappingURL=getIsPasskeySupported.native.mjs.map