Interface: LoginRequest
Interface: LoginRequest
Defined in: auth-client/src/core/flows/login.flow.ts:17
Properties
app_code?
optionalapp_code?:string
Defined in: auth-client/src/core/flows/login.flow.ts:23
email:
string
Defined in: auth-client/src/core/flows/login.flow.ts:18
organization_id?
optionalorganization_id?:string
Defined in: auth-client/src/core/flows/login.flow.ts:20
password
password:
string
Defined in: auth-client/src/core/flows/login.flow.ts:19
remember_me?
optionalremember_me?:boolean
Defined in: auth-client/src/core/flows/login.flow.ts:21
two_factor_code?
optionaltwo_factor_code?:string
Defined in: auth-client/src/core/flows/login.flow.ts:22