@sourceloop/authentication-service / Exports / LocalPasswordVerifyProvider
Class: LocalPasswordVerifyProvider¶
Implements¶
Provider
<VerifyFunction.LocalPasswordFn
>
Table of contents¶
Constructors¶
Properties¶
Methods¶
Constructors¶
constructor¶
• new LocalPasswordVerifyProvider(userRepository
, utRepository
, otpRepository
)
Parameters¶
Name | Type |
---|---|
userRepository |
UserRepository |
utRepository |
UserTenantRepository |
otpRepository |
OtpRepository |
Defined in¶
services/authentication-service/src/modules/auth/providers/local-password-verify.provider.ts:21
Properties¶
otpRepository¶
• otpRepository: OtpRepository
Defined in¶
services/authentication-service/src/modules/auth/providers/local-password-verify.provider.ts:27
userRepository¶
• userRepository: UserRepository
Defined in¶
services/authentication-service/src/modules/auth/providers/local-password-verify.provider.ts:23
utRepository¶
• utRepository: UserTenantRepository
Defined in¶
services/authentication-service/src/modules/auth/providers/local-password-verify.provider.ts:25
Methods¶
value¶
▸ value(): LocalPasswordFn
<IAuthUser
>
Returns¶
LocalPasswordFn
<IAuthUser
>
Implementation of¶
Provider.value
Defined in¶
services/authentication-service/src/modules/auth/providers/local-password-verify.provider.ts:30