All files / src/Authentication index.ts

100% Statements 8/8
100% Branches 0/0
100% Functions 0/0
100% Lines 8/8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20                      1x 1x 1x 1x 1x 1x 1x 1x  
/**
 * @module Authentication
 * @preferred
 * @description This module that contains authentication-related classes, types and interfaces
 *
 * <p data-height="268" data-theme-id="light" data-slug-hash="qPjmdj" data-default-tab="result" data-user="gallayl" data-embed-version="2" data-pen-title="@sensenet/sn-client-js/login" class="codepen">See the Pen <a href="https://codepen.io/gallayl/pen/qPjmdj/">@sensenet/sn-client-js/login</a> by gallayl (<a href="https://codepen.io/gallayl">@gallayl</a>) on <a href="https://codepen.io">CodePen</a>.</p> <script async src="https://production-assets.codepen.io/assets/embed/ei.js"></script>
 */ /** */
 
export * from './IAuthenticationService';
export * from './IOauthProvider';
export * from './ITokenPayload';
export * from './JwtService';
export * from './LoginResponse';
export * from './LoginState';
export * from './RefreshResponse';
export * from './Token';
export * from './TokenPersist';
export * from './TokenStore';
export * from './TokenStoreType';