toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
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