UNPKG

@devlearning/jwt-auth

Version:

Jwt Angular Authentication manager with automatic Refresh Token management.

10 lines (9 loc) 287 B
import { JwtAuthLogLevel } from "./jwt-auth-log-level"; import { StorageType } from "./storage-type"; export declare class JwtAuthConfig { tokenUrl: string; refreshUrl: string; useManualInitialization: boolean; logLevel: JwtAuthLogLevel; storageType?: StorageType; }