Recaptcha

@Serializable
data class Recaptcha(val response: JsonElement) : AuthenticationRequest

Constructors

Link copied to clipboard
fun Recaptcha(response: JsonElement)

Properties

Link copied to clipboard
val response: JsonElement
Link copied to clipboard