supabase-kt
Toggle table of contents
3.2.2
common
Platform filter
common
Switch theme
Search in API
supabase-kt
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
?