UNPKG

ems-web-app-cognito

Version:

This angular.io module includes a component, service and supporting classes that wrap the Amazon Cognito Identity SDK to enable simple username/password authentication.

7 lines (6 loc) 287 B
export * from './lib/cognito.service'; export * from './lib/cognito.component'; export * from './lib/cognito.module'; export * from './lib/cognito.classes'; export { ICognitoUserData, ISSOProvider } from "./lib/cognito.interfaces"; export { CognitoFormType } from './lib/cognito.types';