RegisterPageService

class RegisterPageService @Inject constructor(page: RegisterPage, playersService: PlayersService, argon2Service: Argon2Service) : PageService<RegisterPageRequest, Html, Redirect>

Author

Jordan Abraham

Constructors

Link copied to clipboard
@Inject
constructor(page: RegisterPage, playersService: PlayersService, argon2Service: Argon2Service)

Functions

Link copied to clipboard
suspend fun getRequest(request: RegisterPageRequest): Html

Handles the http GET request to this service if applicable.

Link copied to clipboard

Handles the http POST request to this service if applicable.