Skip to main content
Module

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

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
class AccountController
import { AccountController } from "https://deno.land/x/alosaur@v0.38.0/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)