Skip to main content

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?

optional device?: 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?

optional password?: 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?

optional username?: string

Defined in: packages/client/src/modules/auth/types.ts:26