Skip to content

@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