VerifyEmailRequest

@Serializable
@SerialName(value = "VerifyEmailRequest")
data class VerifyEmailRequest(val id: String, val otk: String) : AuthenticatedRequest<VerifyEmailRequest> , JsonEncodable

Constructors

Link copied to clipboard
constructor(id: String, otk: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val otk: String

Functions

Link copied to clipboard
open override fun addId(userId: String): VerifyEmailRequest
Link copied to clipboard
open override fun toJson(): String