Auth Details
class AuthDetails @JvmOverloads constructor(id: String, password: String?, displayName: String?, profile: Any?)
Content copied to clipboard
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)
Content copied to clipboard