UNPKG

@devlearning/jwt-auth

Version:

Jwt Angular Authentication manager with automatic Refresh Token management.

4 lines (3 loc) 175 B
import { InjectionToken } from '@angular/core'; import { JwtAuthConfig } from './models/jwt-auth-config'; export declare const JWT_AUTH_CONFIG: InjectionToken<JwtAuthConfig>;