@sourceloop/authentication-service / Exports / JWTAsymmetricVerifierProvider
Class: JWTAsymmetricVerifierProvider<T>¶
Type parameters¶
| Name |
|---|
T |
Implements¶
Provider<JWTVerifierFn<T>>
Table of contents¶
Constructors¶
Properties¶
Methods¶
Constructors¶
constructor¶
• new JWTAsymmetricVerifierProvider<T>(jwtKeysRepo)
Type parameters¶
| Name |
|---|
T |
Parameters¶
| Name | Type |
|---|---|
jwtKeysRepo |
JwtKeysRepository |
Defined in¶
services/authentication-service/src/providers/jwt-asymmetric-verifier.provider.ts:15
Properties¶
jwtKeysRepo¶
• jwtKeysRepo: JwtKeysRepository
Defined in¶
services/authentication-service/src/providers/jwt-asymmetric-verifier.provider.ts:17
Methods¶
value¶
▸ value(): JWTVerifierFn<T>
Returns¶
Implementation of¶
Provider.value
Defined in¶
services/authentication-service/src/providers/jwt-asymmetric-verifier.provider.ts:19