Skip to content

@sourceloop/authentication-service / Exports / SamlVerifyProvider

Class: SamlVerifyProvider

Implements

  • Provider<VerifyFunction.SamlFn>

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new SamlVerifyProvider(userRepository, userCredsRepository, signupProvider, preVerifyProvider, postVerifyProvider)

Parameters

Name Type
userRepository UserRepository
userCredsRepository UserCredentialsRepository
signupProvider SamlSignUpFn
preVerifyProvider SamlPreVerifyFn
postVerifyProvider SamlPostVerifyFn

Defined in

services/authentication-service/src/modules/auth/providers/saml-verify.provider.ts:20

Properties

postVerifyProvider

Private Readonly postVerifyProvider: SamlPostVerifyFn

Defined in

services/authentication-service/src/modules/auth/providers/saml-verify.provider.ts:30


preVerifyProvider

Private Readonly preVerifyProvider: SamlPreVerifyFn

Defined in

services/authentication-service/src/modules/auth/providers/saml-verify.provider.ts:28


signupProvider

Private Readonly signupProvider: SamlSignUpFn

Defined in

services/authentication-service/src/modules/auth/providers/saml-verify.provider.ts:26


userCredsRepository

userCredsRepository: UserCredentialsRepository

Defined in

services/authentication-service/src/modules/auth/providers/saml-verify.provider.ts:24


userRepository

userRepository: UserRepository

Defined in

services/authentication-service/src/modules/auth/providers/saml-verify.provider.ts:22

Methods

value

value(): SamlFn<IAuthUser>

Returns

SamlFn<IAuthUser>

Implementation of

Provider.value

Defined in

services/authentication-service/src/modules/auth/providers/saml-verify.provider.ts:33