toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
auth-kt
/
io.github.jan.supabase.auth.mfa
/
FactorType
/
Phone
Phone
data
object
Phone
:
FactorType
<
FactorType.Phone.Config
,
FactorType.Phone.Response
>
(
source
)
Phone MFA factor
Members
Types
Config
Link copied to clipboard
@
Serializable
data
class
Config
(
var
phone
:
String
?
=
null
)
Response
Link copied to clipboard
@
Serializable
data
class
Response
(
val
phone
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String
Functions
decode
Response
Link copied to clipboard
open
suspend override
fun
decodeResponse
(
json
:
JsonObject
)
:
FactorType.Phone.Response
encode
Config
Link copied to clipboard
open
suspend override
fun
encodeConfig
(
config
:
FactorType.Phone.Config
.
(
)
->
Unit
)
:
JsonObject