Skip to main content
Module

x/alosaur/examples/auth/services/auth.service.ts>AuthService#validate

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
method AuthService.prototype.validate
import { AuthService } from "https://deno.land/x/alosaur@v0.38.0/examples/auth/services/auth.service.ts";

Parameters

login: string
password: string

Returns

UserModel | undefined