RegisterAccountRepository

Functions

Link copied to clipboard
abstract suspend fun registerPersonalAccountWithEmail(email: String, code: String, name: String, password: String, cookieLabel: String?): Either<NetworkFailure, <Error class: unknown class><<Error class: unknown class>?, AccountTokens>>
Link copied to clipboard
abstract suspend fun registerTeamWithEmail(email: String, code: String, name: String, password: String, teamName: String, teamIcon: String, cookieLabel: String?): Either<NetworkFailure, <Error class: unknown class><<Error class: unknown class>?, AccountTokens>>
Link copied to clipboard
abstract suspend fun requestEmailActivationCode(email: String): Either<NetworkFailure, Unit>
Link copied to clipboard
abstract suspend fun verifyActivationCode(email: String, code: String): Either<NetworkFailure, Unit>