Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
class UserDao
import { UserDao } from "https://deno.land/x/authlete_deno_fen_oauth_server@v1.0.0/src/db/user_dao.ts";

Data Access Object for user information.

Static Methods

getByCredentials(loginId: string | null, password: string | null): UserEntity | null

Search a user with the given login ID and password.