AuthDetails

class AuthDetails @JvmOverloads constructor(id: String, password: String?, displayName: String?, profile: Any?)

Represents authentication details, needed by the Webcom.addIdentity method to create a new account.

Constructors

AuthDetails
Link copied to clipboard
fun AuthDetails(id: String, password: String? = null, displayName: String? = null, profile: Any? = null)

Properties

displayName
Link copied to clipboard
var displayName: String? = null
id
Link copied to clipboard
val id: String
password
Link copied to clipboard
var password: String? = null
profile
Link copied to clipboard
var profile: Any? = null