Skip to main content

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?

optional device?: string

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


otp?

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

optional tmpId?: string

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


username

username: string

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