@sourceloop/authentication-service / Exports / SecureClientPasswordVerifyProvider
Class: SecureClientPasswordVerifyProvider¶
Implements¶
Provider
<VerifyFunction.OauthClientPasswordFn
>
Table of contents¶
Constructors¶
Properties¶
Methods¶
Constructors¶
constructor¶
• new SecureClientPasswordVerifyProvider(authSecureClientRepository
)
Parameters¶
Name | Type |
---|---|
authSecureClientRepository |
AuthSecureClientRepository |
Defined in¶
Properties¶
authSecureClientRepository¶
• authSecureClientRepository: AuthSecureClientRepository
Defined in¶
Methods¶
value¶
▸ value(): OauthClientPasswordFn
<IAuthClient
>
Returns¶
OauthClientPasswordFn
<IAuthClient
>
Implementation of¶
Provider.value