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
/
Response
Response
@
Serializable
data
class
Response
(
val
phone
:
String
)
(
source
)
Parameters
phone
Phone number of the MFA factor in E.164 format. Used to send messages
Members
Constructors
Response
Link copied to clipboard
constructor
(
phone
:
String
)
Properties
phone
Link copied to clipboard
val
phone
:
String