@fullerstack/ngx-jwt
Version:
A simple JWT library for Angular applications
15 lines (14 loc) • 318 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
*/
/**
* JWT config declaration
*/
export declare class JwtConfig {
networkDelay?: number;
expiryLeeway?: number;
}