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) 273 B
export * from './lib/cognito.service'; export * from './lib/cognito.component'; export * from './lib/cognito.module'; export * from './lib/cognito.classes'; export { ICognitoUserData } from "./lib/cognito.interfaces"; export { CognitoFormType } from './lib/cognito.types';