UNPKG

@aws-amplify/auth

Version:
30 lines 1.42 kB
"use strict"; /* * Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ Object.defineProperty(exports, "__esModule", { value: true }); var Auth_1 = require("./Auth"); exports.Auth = Auth_1.Auth; var Auth_2 = require("./types/Auth"); exports.CognitoHostedUIIdentityProvider = Auth_2.CognitoHostedUIIdentityProvider; exports.GRAPHQL_AUTH_MODE = Auth_2.GRAPHQL_AUTH_MODE; var amazon_cognito_identity_js_1 = require("amazon-cognito-identity-js"); exports.CognitoUser = amazon_cognito_identity_js_1.CognitoUser; exports.CookieStorage = amazon_cognito_identity_js_1.CookieStorage; exports.appendToCognitoUserAgent = amazon_cognito_identity_js_1.appendToCognitoUserAgent; var AuthErrorStrings_1 = require("./common/AuthErrorStrings"); exports.AuthErrorStrings = AuthErrorStrings_1.AuthErrorStrings; /** * @deprecated use named import */ exports.default = Auth_1.Auth; //# sourceMappingURL=index.js.map