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

Constructors

Link copied to clipboard
constructor(email: String = "", password: String = "")

Properties

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