ChangeCredentialsResult

data class ChangeCredentialsResult(val success: Boolean)

Data class representing the result of a change credentials process.

Constructors

Link copied to clipboard
constructor(success: Boolean)

Properties

Link copied to clipboard

Indicates whether the changing of the credentials was successful (true) or not (false).