Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/plugins/auth/utils/db.ts>AuthUserFromProvider

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
type alias AuthUserFromProvider
import { type AuthUserFromProvider } from "https://deno.land/x/netzo@0.4.87/plugins/auth/utils/db.ts";
definition: Pick<AuthUser,
| "authId"
| "name"
| "email"
| "avatar"
| "provider"
>