property JwtOptions.secret

Secret key for HS256 algorithm. Required if RS256 keys not provided.

Type

string | Uint8Array

Usage

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