RegisterUserResult

sealed interface RegisterUserResult

Result of attempting to register a user.

Inheritors

Types

Link copied to clipboard

Registration failed due to an application or infrastructure error.

Link copied to clipboard

Registration completed successfully.

Link copied to clipboard

Registration was rejected because the user is already registered.