PhoneNumber

data class PhoneNumber(val id: String) : UserAuthenticationFactor

Represents a phone number associated with a Stytch User

Constructors

Link copied to clipboard
fun PhoneNumber(id: String)

Properties

Link copied to clipboard
open override val id: String