Skip to content

FormioAuthMiddleware

@tsed/formio

Usage

typescript
import { FormioAuthMiddleware } from "@tsed/formio";

See /packages/third-parties/formio/src/types/middlewares/FormioAuthMiddleware.ts.

Overview

ts
class FormioAuthMiddleware {
    protected formio: FormioService;
    get tokenHandler(): any;
    use(ctx: Context): Promise<void>;
}

protected formio

ts
protected formio: FormioService;

get tokenHandler

ts
get tokenHandler(): any;

use

ts
use(ctx: Context): Promise<void>;

Released under the MIT License.