Skip to content

Interface: RegisterRequest

Interface: RegisterRequest

Defined in: auth-client/src/core/flows/registration.flow.ts:20

Properties

app_code?

optional app_code?: string

Defined in: auth-client/src/core/flows/registration.flow.ts:29


email

email: string

Defined in: auth-client/src/core/flows/registration.flow.ts:21


first_name

first_name: string

Defined in: auth-client/src/core/flows/registration.flow.ts:23


invite_code?

optional invite_code?: string

Defined in: auth-client/src/core/flows/registration.flow.ts:27


invite_token?

optional invite_token?: string

Defined in: auth-client/src/core/flows/registration.flow.ts:28


last_name

last_name: string

Defined in: auth-client/src/core/flows/registration.flow.ts:24


mode?

optional mode?: "register" | "register_or_login"

Defined in: auth-client/src/core/flows/registration.flow.ts:30


organization_id?

optional organization_id?: string

Defined in: auth-client/src/core/flows/registration.flow.ts:25


organization_name?

optional organization_name?: string

Defined in: auth-client/src/core/flows/registration.flow.ts:26


password

password: string

Defined in: auth-client/src/core/flows/registration.flow.ts:22