toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
auth-kt
/
io.github.jan.supabase.auth.mfa
/
FactorType
/
Phone
/
Config
Config
@
Serializable
data
class
Config
(
var
phone
:
String
?
=
null
)
(
source
)
Parameters
phone
The phone number to send the SMS to. Number should conform to E.164 format
Members
Constructors
Config
Link copied to clipboard
constructor
(
phone
:
String
?
=
null
)
Properties
phone
Link copied to clipboard
var
phone
:
String
?