Options
All
  • Public
  • Public/Protected
  • All
Menu

Class JwtGuard<Credentials, AuthResponse, UserInfo>

Type Parameters

  • Credentials

  • AuthResponse

  • UserInfo

Hierarchy

  • JwtGuard

Implements

  • CanActivate

Index

Constructors

Methods

Constructors

  • new JwtGuard<Credentials, AuthResponse, UserInfo>(config: JwtConfig<Credentials, AuthResponse, UserInfo, number>, a: JwtActions<Credentials, AuthResponse, UserInfo, number>, s: JwtSelectors<UserInfo>, jwtService: JwtService<Credentials, AuthResponse, UserInfo, number>, actions$: Actions<Action>, store: Store<JwtAppRootStateBase<UserInfo>>, noFreshJwtListener: NoFreshJwtListener): JwtGuard<Credentials, AuthResponse, UserInfo>

Methods

  • canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | UrlTree | Observable<boolean | UrlTree> | Promise<boolean | UrlTree>

Generated using TypeDoc