UNPKG

621 BSource Map (JSON)View Raw
1{"version":3,"file":"auth-strategy-options.js","sourceRoot":"","sources":["../../../../../.ng_build/auth/strategies/auth-strategy-options.ts"],"names":[],"mappings":"AAYA,MAAM,OAAO,qBAAqB;CAGjC","sourcesContent":["/**\n * @license\n * Copyright Akveo. All Rights Reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n */\nimport { NbAuthTokenClass } from '../services/token/token';\n\nexport interface NbStrategyToken {\n class?: NbAuthTokenClass;\n [key: string]: any;\n}\n\nexport class NbAuthStrategyOptions {\n name: string;\n token?: NbStrategyToken;\n}\n"]}
\No newline at end of file