@aws-amplify/auth
Version:
Auth category of aws-amplify
10 lines (8 loc) • 320 B
JavaScript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
/**
* The service name used to sign requests if the API requires authentication.
*/
const COGNITO_IDP_SERVICE_NAME = 'cognito-idp';
export { COGNITO_IDP_SERVICE_NAME };
//# sourceMappingURL=constants.mjs.map