AuthenticationResult

data class AuthenticationResult(val success: Boolean)

Data class representing the result of an authentication process.

Constructors

Link copied to clipboard
constructor(success: Boolean)

Properties

Link copied to clipboard

Indicates whether the authentication was successful (true) or not (false).