Config

@Serializable
data class Config(var password: String = "", var data: JsonObject? = null) : LinkType.Config(source)

The configuration for the Signup link type

Parameters

password

The password for the new user

data

Custom data for the new user

Constructors

Link copied to clipboard
constructor(password: String = "", data: JsonObject? = null)

Properties

Link copied to clipboard
var data: JsonObject?
Link copied to clipboard

The email of the user

Link copied to clipboard