ExistResponse

data class ExistResponse(exists: Boolean, userId: String?)

Properties

exists
Link copied to clipboard
var exists: Boolean = false
userId
Link copied to clipboard
var userId: String? = null