OneTimePasswordRequested

@Serializable
@SerialName(value = "phone.native.one_time_password_requested")
class OneTimePasswordRequested(val url: String) : SeamEvent.Phone.Native

App user's phone registration requires one time password.

Parameters

url

the url of the webpage to be opened so the user can enter the OTP code.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
@Transient
open override val eventType: String

Event type.

Link copied to clipboard
val url: String