data class Phone(val phoneNumber: String, val channel: OTPDeliveryChannel? = null) : SignerType
Constructors
constructor(phoneNumber: String, channel: OTPDeliveryChannel? = null)
Properties
| Property | Type | Description |
|---|---|---|
channel | OTPDeliveryChannel? | - |
phoneNumber | String | - |

