SafepineCoreInterface.postLogin

class SafepineCoreInterface
@noAuth
@path("/app/login")
void
postLogin
(
ValidUsername user
,
string password
,
scope HTTPServerRequest req
,
scope HTTPServerResponse res
)