supabase-kt
Toggle table of contents
3.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
supabase-kt
auth-kt
/
io.github.jan.supabase.auth.providers.builtin
/
DefaultAuthProvider
/
Config
Config
@
Serializable
sealed
class
Config
(
source
)
The default configuration for the provider.
Parameters
captcha
Token
The captcha token when having captcha enabled
Inheritors
Config
Config
Config
Members
Properties
captcha
Token
Link copied to clipboard
@
Serializable
(
with
=
CaptchaTokenSerializer::class
)
@
SerialName
(
value
=
"gotrue_meta_security"
)
var
captchaToken
:
String
?