Interface: RegisterRequest
Interface: RegisterRequest
Defined in: auth-client/src/core/flows/registration.flow.ts:20
Properties
app_code?
optionalapp_code?:string
Defined in: auth-client/src/core/flows/registration.flow.ts:29
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?
optionalinvite_code?:string
Defined in: auth-client/src/core/flows/registration.flow.ts:27
invite_token?
optionalinvite_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?
optionalmode?:"register"|"register_or_login"
Defined in: auth-client/src/core/flows/registration.flow.ts:30
organization_id?
optionalorganization_id?:string
Defined in: auth-client/src/core/flows/registration.flow.ts:25
organization_name?
optionalorganization_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