UNPKG

@fullerstack/ngx-jwt

Version:
13 lines (12 loc) 332 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 */ import { JwtConfig } from './jwt.model'; /** * Default configuration - JWT module */ export declare const DefaultJwtConfig: JwtConfig;