SafepineCoreInterface.postRegister

class SafepineCoreInterface
@noAuth
@path("/app/register")
void
postRegister
(
ValidUsername username
,
string password
,
string email = ""
,
scope HTTPServerRequest req
,
scope HTTPServerResponse res
)