property AuthPluginOptions.strategies

Caller-supplied strategies, appended after every built-in in declaration order. A strategy whose name collides with any other strategy in the assembled chain makes register() throw.

Type

readonly IAuthStrategy[]

Usage

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