UNPKG

@ditsmod/authjs

Version:

Ditsmod module to support Auth.js

8 lines 326 B
import { SingletonRequestContext } from '@ditsmod/core'; import { type AuthConfig } from '@auth/core'; export declare class AuthjsController { protected config: AuthConfig; constructor(config: AuthConfig); handleAction(ctx: SingletonRequestContext): Promise<void>; } //# sourceMappingURL=authjs.controller.d.ts.map