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