Interface: UserPassCredentials
Defined in: packages/client/src/modules/auth/types.ts:13
Username/password login. OTP fields may be sent on the same request after the first factor.
Properties
device?
optionaldevice?:string
Defined in: packages/client/src/modules/auth/types.ts:16
otp?
optionalotp?:string
Defined in: packages/client/src/modules/auth/types.ts:17
password
password:
string
Defined in: packages/client/src/modules/auth/types.ts:15
tmpId?
optionaltmpId?:string
Defined in: packages/client/src/modules/auth/types.ts:18
username
username:
string
Defined in: packages/client/src/modules/auth/types.ts:14