AuthLoginResponse

data class AuthLoginResponse(val password: String?, val username: String?, val email: String?, val server: String?)(source)

What the user responds to the AuthLoginRequirement

Constructors

Link copied to clipboard
constructor(password: String?, username: String?, email: String?, server: String?)

Properties

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