Config

@Serializable
sealed class Config(source)

The default configuration for the provider.

Parameters

captchaToken

The captcha token when having captcha enabled

Inheritors

Properties

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