JwtAuthenticationInterceptor constructor

JwtAuthenticationInterceptor(
  1. JwtAuthenticationRepository _authenticationRepository
)

Implementation

JwtAuthenticationInterceptor(this._authenticationRepository);