Interface: OTPContact
Defined in: src/auth/types.ts:17
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:19
The contact that the OTP can be sent to.
type
type:
OTPContactType
Defined in: src/auth/types.ts:21
The method type of contact (e.g. email, sms).
verified?
optionalverified?:boolean
Defined in: src/auth/types.ts:23
Indicates if the contact has been verified.