@sourceloop/authentication-service / Exports / SecureResourceOwnerVerifyProvider
Class: SecureResourceOwnerVerifyProvider¶
Implements¶
Provider
<VerifyFunction.SecureResourceOwnerPasswordFn
>
Table of contents¶
Constructors¶
Properties¶
Methods¶
Constructors¶
constructor¶
• new SecureResourceOwnerVerifyProvider(userRepository
, utRepository
, authSecureClientRepository
, otpRepository
)
Parameters¶
Name | Type |
---|---|
userRepository |
UserRepository |
utRepository |
UserTenantRepository |
authSecureClientRepository |
AuthSecureClientRepository |
otpRepository |
OtpRepository |
Defined in¶
Properties¶
authSecureClientRepository¶
• authSecureClientRepository: AuthSecureClientRepository
Defined in¶
otpRepository¶
• otpRepository: OtpRepository
Defined in¶
userRepository¶
• userRepository: UserRepository
Defined in¶
utRepository¶
• utRepository: UserTenantRepository
Defined in¶
Methods¶
value¶
▸ value(): SecureResourceOwnerPasswordFn
<IAuthSecureClient
, IAuthUser
>
Returns¶
SecureResourceOwnerPasswordFn
<IAuthSecureClient
, IAuthUser
>
Implementation of¶
Provider.value