UNPKG

@fullerstack/ngx-jwt

Version:
15 lines (14 loc) 318 B
/** * @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; }