UNPKG

1.36 kBJavaScriptView Raw
1/*!
2 * Copyright 2016 Amazon.com,
3 * Inc. or its affiliates. All Rights Reserved.
4 *
5 * Licensed under the Amazon Software License (the "License").
6 * You may not use this file except in compliance with the
7 * License. A copy of the License is located at
8 *
9 * http://aws.amazon.com/asl/
10 *
11 * or in the "license" file accompanying this file. This file is
12 * distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
13 * CONDITIONS OF ANY KIND, express or implied. See the License
14 * for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18export { default as AuthenticationDetails } from './AuthenticationDetails';
19export { default as AuthenticationHelper } from './AuthenticationHelper';
20export { default as CognitoAccessToken } from './CognitoAccessToken';
21export { default as CognitoIdToken } from './CognitoIdToken';
22export { default as CognitoRefreshToken } from './CognitoRefreshToken';
23export { default as CognitoUser } from './CognitoUser';
24export { default as CognitoUserAttribute } from './CognitoUserAttribute';
25export { default as CognitoUserPool } from './CognitoUserPool';
26export { default as CognitoUserSession } from './CognitoUserSession';
27export { default as CookieStorage } from './CookieStorage';
28export { default as DateHelper } from './DateHelper';
29export { appendToCognitoUserAgent } from './UserAgent';