AuthCredentials

@Serializable
data class AuthCredentials(val username: String, val salt: String, val passwordHash: String)

Constructors

Link copied to clipboard
constructor(username: String, salt: String, passwordHash: String)

Properties

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