UserAlreadyConfirmedException

class UserAlreadyConfirmedException : AuthException

Thrown when trying to confirm a user that was already confirmed on the server.

See also

Properties

cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?