Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/examples/auth/areas/account/account.controller.ts>AccountController

Alosaur - Deno web framework with many ES Decorators
Latest
class AccountController
import { AccountController } from "https://deno.land/x/alosaur@v1.1.1/examples/auth/areas/account/account.controller.ts";

Constructors

new
AccountController(service: AuthService)

Properties

name: string | undefined

Methods

externalError(context: SecurityContext)
externalSuccess(context: SecurityContext)
getLogin(context: SecurityContext)
logOut(context: SecurityContext)
postLogin(context: SecurityContext, account: LoginModel)
postLoginJSON(context: SecurityContext, account: LoginModel)