handleFastifyError(e: unknown | OAuthException,res: FastifyReply,): void
res: FastifyReply
handleFastifyError(e: unknown | OAuthException,res: FastifyReply,): void
res: FastifyReply
Add Package
deno add jsr:@jmondi/oauth2-server
Import symbol
import { handleFastifyError } from "@jmondi/oauth2-server/fastify";
---- OR ----
Import directly with a jsr specifier
import { handleFastifyError } from "jsr:@jmondi/oauth2-server/fastify";
Add Package
npx jsr add @jmondi/oauth2-server
Import symbol
import { handleFastifyError } from "@jmondi/oauth2-server/fastify";
Add Package
yarn dlx jsr add @jmondi/oauth2-server
Import symbol
import { handleFastifyError } from "@jmondi/oauth2-server/fastify";
Add Package
pnpm dlx jsr add @jmondi/oauth2-server
Import symbol
import { handleFastifyError } from "@jmondi/oauth2-server/fastify";
Add Package
bunx jsr add @jmondi/oauth2-server
Import symbol
import { handleFastifyError } from "@jmondi/oauth2-server/fastify";