@fullerstack/ngx-jwt
Version:
A simple JWT library for Angular applications
13 lines (12 loc) • 332 B
TypeScript
/**
* @license
* Copyright Neekware Inc. All Rights Reserved.
*
* Use of this source code is governed by a proprietary notice
* that can be found at http://neekware.com/license/PRI.html
*/
import { JwtConfig } from './jwt.model';
/**
* Default configuration - JWT module
*/
export declare const DefaultJwtConfig: JwtConfig;