@sourceloop/authentication-service / Exports / UserValidationServiceBindings
Namespace: UserValidationServiceBindings¶
Table of contents¶
Variables¶
- AZURE_AD_AUTHENTICATION
- COGNITO_AUTHENTICATION
- DEFAULT_AUTHENTICATION
- GOOGLE_AUTHENTICATION
- KEYCLOAK_AUTHENTICATION
- VALIDATE_USER
Variables¶
AZURE_AD_AUTHENTICATION¶
• Const AZURE_AD_AUTHENTICATION: BindingKey<AuthenticationProviderFn>
Defined in¶
services/authentication-service/src/providers/keys.ts:184
COGNITO_AUTHENTICATION¶
• Const COGNITO_AUTHENTICATION: BindingKey<AuthenticationProviderFn>
Defined in¶
services/authentication-service/src/providers/keys.ts:188
DEFAULT_AUTHENTICATION¶
• Const DEFAULT_AUTHENTICATION: BindingKey<AuthenticationProviderFn>
Defined in¶
services/authentication-service/src/providers/keys.ts:192
GOOGLE_AUTHENTICATION¶
• Const GOOGLE_AUTHENTICATION: BindingKey<AuthenticationProviderFn>
Defined in¶
services/authentication-service/src/providers/keys.ts:176
KEYCLOAK_AUTHENTICATION¶
• Const KEYCLOAK_AUTHENTICATION: BindingKey<AuthenticationProviderFn>
Defined in¶
services/authentication-service/src/providers/keys.ts:180
VALIDATE_USER¶
• Const VALIDATE_USER: BindingKey<null | UserValidationFn>