class AuthServiceimport { AuthService } from "https://dotland.deno.dev/x/alosaur@v1.1.1/examples/auth/services/auth.service.ts"; Methodsvalidate(login: string, password: string): UserModel | undefined