Recaptcha

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

Constructors

Link copied to clipboard
constructor(response: JsonElement)

Properties

Link copied to clipboard
@SerialName(value = "response")
val response: JsonElement
Link copied to clipboard
@SerialName(value = "type")
open override val type: AuthenticationType.Recaptcha