@aws-amplify/auth
Version:
Auth category of aws-amplify
29 lines • 1.2 kB
JavaScript
;
/*
* 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.AuthClass = Auth_1.default;
var amazon_cognito_identity_js_1 = require("amazon-cognito-identity-js");
exports.CookieStorage = amazon_cognito_identity_js_1.CookieStorage;
var core_1 = require("@aws-amplify/core");
var logger = new core_1.ConsoleLogger('Auth');
var _instance = null;
if (!_instance) {
logger.debug('Create Auth Instance');
_instance = new Auth_1.default(null);
}
var Auth = _instance;
core_1.default.register(Auth);
exports.default = Auth;
//# sourceMappingURL=index.js.map