UNPKG

@aws-amplify/auth

Version:
10 lines (8 loc) 320 B
// 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