@aws-amplify/auth
Version:
Auth category of aws-amplify
17 lines (15 loc) • 956 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.createCompleteWebAuthnRegistrationClient = void 0;
const composers_1 = require("@aws-amplify/core/internals/aws-client-utils/composers");
const handler_1 = require("./shared/handler");
const serde_1 = require("./shared/serde");
const constants_1 = require("./constants");
const createCompleteWebAuthnRegistrationClient = (config) => (0, composers_1.composeServiceApi)(handler_1.cognitoUserPoolTransferHandler, (0, serde_1.createUserPoolSerializer)('CompleteWebAuthnRegistration'), (0, serde_1.createUserPoolDeserializer)(), {
...constants_1.DEFAULT_SERVICE_CLIENT_API_CONFIG,
...config,
});
exports.createCompleteWebAuthnRegistrationClient = createCompleteWebAuthnRegistrationClient;
//# sourceMappingURL=createCompleteWebAuthnRegistrationClient.js.map
;