@aws-amplify/auth
Version:
Auth category of aws-amplify
13 lines (10 loc) • 409 B
JavaScript
import { Category } from '@aws-amplify/core/internals/utils';
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
const getAuthUserAgentDetails = (action, customUserAgentDetails) => ({
category: Category.Auth,
action,
...customUserAgentDetails,
});
export { getAuthUserAgentDetails };
//# sourceMappingURL=getAuthUserAgentDetails.mjs.map