@aws-amplify/auth
Version:
Auth category of aws-amplify
13 lines (11 loc) • 444 B
JavaScript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.getPasskey = void 0;
const utils_1 = require("@aws-amplify/core/internals/utils");
const getPasskey = async () => {
throw new utils_1.PlatformNotSupportedError();
};
exports.getPasskey = getPasskey;
//# sourceMappingURL=getPasskey.native.js.map
;