Skip to content

@sourceloop/authentication-service / Exports / ClientPasswordVerifyProvider

Class: ClientPasswordVerifyProvider

Implements

  • Provider<VerifyFunction.OauthClientPasswordFn>

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new ClientPasswordVerifyProvider(authClientRepository)

Parameters

Name Type
authClientRepository AuthClientRepository

Defined in

services/authentication-service/src/modules/auth/providers/client-password-verify.provider.ts:13

Properties

authClientRepository

authClientRepository: AuthClientRepository

Defined in

services/authentication-service/src/modules/auth/providers/client-password-verify.provider.ts:15

Methods

value

value(): OauthClientPasswordFn<IAuthClient>

Returns

OauthClientPasswordFn<IAuthClient>

Implementation of

Provider.value

Defined in

services/authentication-service/src/modules/auth/providers/client-password-verify.provider.ts:18