Skip to main content

Interface: OTPContact

Defined in: src/auth/types.ts:16

Describes a single verified contact that can be used to send a OTP code to the user.

Properties

contact

contact: string

Defined in: src/auth/types.ts:18

The contact that the OTP can be sent to.


type

type: OTPContactType

Defined in: src/auth/types.ts:20

The method type of contact (e.g. email, sms).


verified?

optional verified?: boolean

Defined in: src/auth/types.ts:22

Indicates if the contact has been verified.