Config

@Serializable
sealed class Config(source)

The default configuration for the provider.

Parameters

captchaToken

The captcha token when having captcha enabled

data

Extra data for the user

Inheritors

Properties

Link copied to clipboard
@Serializable(with = CaptchaTokenSerializer::class)
@SerialName(value = "gotrue_meta_security")
var captchaToken: String?
Link copied to clipboard
var data: JsonObject?