UNPKG

622 BJavaScriptView Raw
1// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3import { Auth } from './Auth';
4import { CognitoHostedUIIdentityProvider, GRAPHQL_AUTH_MODE, } from './types/Auth';
5import { CognitoUser, CookieStorage, appendToCognitoUserAgent, } from 'amazon-cognito-identity-js';
6import { AuthErrorStrings } from './common/AuthErrorStrings';
7/**
8 * @deprecated use named import
9 */
10export default Auth;
11export { Auth, CognitoUser, CookieStorage, CognitoHostedUIIdentityProvider, appendToCognitoUserAgent, AuthErrorStrings, GRAPHQL_AUTH_MODE, };
12//# sourceMappingURL=index.js.map
\No newline at end of file