Interface: MagicTokenCreateInput
Defined in: type/MagicTokenCreateInput.ts:4
Input object for MagicTokenCreateInput
Properties
contactId?
optionalcontactId?:number
Defined in: type/MagicTokenCreateInput.ts:6
Identifier of the associated contact, use either contactId or customerId
customerId?
optionalcustomerId?:number
Defined in: type/MagicTokenCreateInput.ts:8
Identifier of the associated customer, use either customerId or contactId
expiresAt?
optionalexpiresAt?:string
Defined in: type/MagicTokenCreateInput.ts:10
Expiration date and time of the magic token
extra?
optionalextra?:string[]
Defined in: type/MagicTokenCreateInput.ts:14
extra input field
oneTimeUse?
optionaloneTimeUse?:boolean
Defined in: type/MagicTokenCreateInput.ts:12
Indicates if the magic token is for one-time use only