Skip to content

@sourceloop/authentication-service / Exports / AuthServiceBindings

Namespace: AuthServiceBindings

Table of contents

Namespaces

Variables

Variables

ActorIdKey

Const ActorIdKey: BindingKey<ActorId>

Defined in

services/authentication-service/src/keys.ts:58


Config

Const Config: BindingKey<null | IAuthServiceConfig>

Defined in

services/authentication-service/src/keys.ts:24


ForgotPasswordHandler

Const ForgotPasswordHandler: BindingKey<ForgotPasswordHandlerFn>

Defined in

services/authentication-service/src/keys.ts:53


JWTPayloadProvider

Const JWTPayloadProvider: BindingKey<JwtPayloadFn>

Defined in

services/authentication-service/src/keys.ts:40


MarkUserActivity

Const MarkUserActivity: BindingKey<IUserActivity>

Defined in

services/authentication-service/src/keys.ts:62


MfaConfig

Const MfaConfig: BindingKey<null | IMfaConfig>

Defined in

services/authentication-service/src/keys.ts:32


OtpConfig

Const OtpConfig: BindingKey<null | IOtpConfig>

Defined in

services/authentication-service/src/keys.ts:36


PASSWORD_DECRYPTION_PROVIDER

Const PASSWORD_DECRYPTION_PROVIDER: BindingKey<PasswordDecryptionFn>

Defined in

services/authentication-service/src/keys.ts:43


PASSWORD_HASHING_PROVIDER

Const PASSWORD_HASHING_PROVIDER: BindingKey<PasswordHashingFn>

Defined in

services/authentication-service/src/keys.ts:47


PASSWORD_VERIFY_PROVIDER

Const PASSWORD_VERIFY_PROVIDER: BindingKey<PasswordVerifyFn>

Defined in

services/authentication-service/src/keys.ts:50