GuestLoginParam

class GuestLoginParam : DataModel

AsyncRequest guest/login input data model

Constructors

Link copied to clipboard
constructor()
constructor(guestUid: String, signature: String, publicKey: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Inherited functions

Link copied to clipboard
open fun toJSON(): JSONObject
Link copied to clipboard
fun toMap(): Map<String, Any>
Link copied to clipboard
open override fun toString(): String