Skip to main content
The Deno 2 Release Candidate is here
Learn more
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

postLogin(context: SecurityContext, account: LoginModel)
postLoginJSON(context: SecurityContext, account: LoginModel)