Phone

Types

Link copied to clipboard
@Serializable
data class Config(var phone: String? = null)
Link copied to clipboard
@Serializable
data class Response(val phone: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun decodeResponse(json: JsonObject): FactorType.Phone.Response
Link copied to clipboard
open suspend override fun encodeConfig(config: FactorType.Phone.Config.() -> Unit): JsonObject