/**
* @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';
|