Skip to content

@sourceloop/authentication-service / Exports / SignUpBindings

Namespace: SignUpBindings

Table of contents

Variables

Variables

APPLE_SIGN_UP_PROVIDER

Const APPLE_SIGN_UP_PROVIDER: BindingKey<AppleSignUpFn>

Defined in

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


AZURE_AD_SIGN_UP_PROVIDER

Const AZURE_AD_SIGN_UP_PROVIDER: BindingKey<AzureAdSignUpFn>

Defined in

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


COGNITO_SIGN_UP_PROVIDER

Const COGNITO_SIGN_UP_PROVIDER: BindingKey<CognitoSignUpFn>

Defined in

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


FACEBOOK_SIGN_UP_PROVIDER

Const FACEBOOK_SIGN_UP_PROVIDER: BindingKey<FacebookSignUpFn>

Defined in

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


GOOGLE_SIGN_UP_PROVIDER

Const GOOGLE_SIGN_UP_PROVIDER: BindingKey<GoogleSignUpFn>

Defined in

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


INSTAGRAM_SIGN_UP_PROVIDER

Const INSTAGRAM_SIGN_UP_PROVIDER: BindingKey<InstagramSignUpFn>

Defined in

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


KEYCLOAK_SIGN_UP_PROVIDER

Const KEYCLOAK_SIGN_UP_PROVIDER: BindingKey<KeyCloakSignUpFn>

Defined in

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


LOCAL_SIGNUP_PROVIDER

Const LOCAL_SIGNUP_PROVIDER: BindingKey<UserSignupFn<any, any>>

Defined in

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


PRE_LOCAL_SIGNUP_PROVIDER

Const PRE_LOCAL_SIGNUP_PROVIDER: BindingKey<PreSignupFn<any, any>>

Defined in

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


SAML_SIGN_UP_PROVIDER

Const SAML_SIGN_UP_PROVIDER: BindingKey<SamlSignUpFn>

Defined in

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


SIGNUP_HANDLER_PROVIDER

Const SIGNUP_HANDLER_PROVIDER: BindingKey<SignupTokenHandlerFn>

Defined in

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