@sourceloop/authentication-service / Exports / AuthCodeBindings
Namespace: AuthCodeBindings¶
Table of contents¶
Variables¶
Variables¶
AUTH_CODE_GENERATOR_PROVIDER¶
• Const
AUTH_CODE_GENERATOR_PROVIDER: BindingKey
<AuthCodeGeneratorProvider
>
Defined in¶
services/authentication-service/src/providers/keys.ts:148
CODEREADER_PROVIDER¶
• Const
CODEREADER_PROVIDER: BindingKey
<CodeReaderFn
>
Defined in¶
services/authentication-service/src/providers/keys.ts:145
CODEWRITER_PROVIDER¶
• Const
CODEWRITER_PROVIDER: BindingKey
<CodeWriterFn
>
Defined in¶
services/authentication-service/src/providers/keys.ts:141
JWT_SIGNER¶
• Const
JWT_SIGNER: BindingKey
<JWTSignerFn
<object
>>
Defined in¶
services/authentication-service/src/providers/keys.ts:152
JWT_VERIFIER¶
• Const
JWT_VERIFIER: BindingKey
<JWTVerifierFn
<string
>>