import { AccountController } from "https://deno.land/x/alosaur@v1.1.0/examples/auth/areas/account/account.controller.ts";
Constructors
new
AccountController(service: AuthService)Methods
externalError(context: SecurityContext)
externalSuccess(context: SecurityContext)
getLogin(context: SecurityContext)
logOut(context: SecurityContext)
postLogin(context: SecurityContext, account: LoginModel)
postLoginJSON(context: SecurityContext, account: LoginModel)