toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
auth-kt
/
io.github.jan.supabase.auth.providers.builtin
/
Email
/
Config
Config
@
Serializable
data
class
Config
(
var
email
:
String
=
""
,
var
password
:
String
=
""
)
:
DefaultAuthProvider.Config
(
source
)
The configuration for the email authentication method
Parameters
email
The email of the user
password
The password of the user
Members
Constructors
Config
Link copied to clipboard
constructor
(
email
:
String
=
""
,
password
:
String
=
""
)
Properties
captcha
Token
Link copied to clipboard
@
Serializable
(
with
=
CaptchaTokenSerializer::class
)
@
SerialName
(
value
=
"gotrue_meta_security"
)
var
captchaToken
:
String
?
data
Link copied to clipboard
var
data
:
JsonObject
?
email
Link copied to clipboard
var
email
:
String
password
Link copied to clipboard
var
password
:
String