UserEmailConfirmationNotification

@Serializable
data class UserEmailConfirmationNotification(val user_id_key: String, val user_confirmation_key: String) : Notification

Constructors

Link copied to clipboard
constructor(user_id_key: String, user_confirmation_key: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toJson(): String