Interface: OTPCredentials
Defined in: packages/client/src/modules/auth/types.ts:22
Second-factor login using a tmp_id from the previous login response.
Properties
device?
optionaldevice?:string
Defined in: packages/client/src/modules/auth/types.ts:25
otp
otp:
string
Defined in: packages/client/src/modules/auth/types.ts:23
password?
optionalpassword?:string
Defined in: packages/client/src/modules/auth/types.ts:27
tmpId
tmpId:
string
Defined in: packages/client/src/modules/auth/types.ts:24
username?
optionalusername?:string
Defined in: packages/client/src/modules/auth/types.ts:26