UNPKG

506 BTypeScriptView Raw
1import { Auth } from './Auth';
2import { CognitoHostedUIIdentityProvider, SignUpParams, GRAPHQL_AUTH_MODE } from './types/Auth';
3import { CognitoUser, CookieStorage, appendToCognitoUserAgent } from 'amazon-cognito-identity-js';
4import { AuthErrorStrings } from './common/AuthErrorStrings';
5/**
6 * @deprecated use named import
7 */
8export default Auth;
9export { Auth, CognitoUser, CookieStorage, CognitoHostedUIIdentityProvider, SignUpParams, appendToCognitoUserAgent, AuthErrorStrings, GRAPHQL_AUTH_MODE, };