Skip to content

@sourceloop/authentication-service / Exports / UserValidationServiceBindings

Namespace: UserValidationServiceBindings

Table of contents

Variables

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>

Defined in

services/authentication-service/src/providers/keys.ts:173