@sourceloop/authentication-service / Exports / AuthServiceBindings
Namespace: AuthServiceBindings¶
Table of contents¶
Namespaces¶
Variables¶
- ActorIdKey
- Config
- ForgotPasswordHandler
- JWTPayloadProvider
- MarkUserActivity
- MfaConfig
- OtpConfig
- PASSWORD_DECRYPTION_PROVIDER
Variables¶
ActorIdKey¶
• Const
ActorIdKey: BindingKey
<ActorId
>
Defined in¶
services/authentication-service/src/keys.ts:50
Config¶
• Const
Config: BindingKey
<null
| IAuthServiceConfig
>
Defined in¶
services/authentication-service/src/keys.ts:22
ForgotPasswordHandler¶
• Const
ForgotPasswordHandler: BindingKey
<ForgotPasswordHandlerFn
>
Defined in¶
services/authentication-service/src/keys.ts:45
JWTPayloadProvider¶
• Const
JWTPayloadProvider: BindingKey
<JwtPayloadFn
>
Defined in¶
services/authentication-service/src/keys.ts:38
MarkUserActivity¶
• Const
MarkUserActivity: BindingKey
<IUserActivity
>
Defined in¶
services/authentication-service/src/keys.ts:54
MfaConfig¶
• Const
MfaConfig: BindingKey
<null
| IMfaConfig
>
Defined in¶
services/authentication-service/src/keys.ts:30
OtpConfig¶
• Const
OtpConfig: BindingKey
<null
| IOtpConfig
>
Defined in¶
services/authentication-service/src/keys.ts:34
PASSWORD_DECRYPTION_PROVIDER¶
• Const
PASSWORD_DECRYPTION_PROVIDER: BindingKey
<PasswordDecryptionFn
>