property JwtOptions.algorithm

Algorithm to use. Inferred from key material if omitted.

Type

"HS256" | "RS256"

Usage

import { type JwtOptions } from "auth-plugin/src/index.ts";