Skip to content

OidcInteractionMiddleware

@tsed/oidc-provider

Usage

typescript
import { OidcInteractionMiddleware } from "@tsed/oidc-provider";

See /packages/security/oidc-provider/src/types/middlewares/OidcInteractionMiddleware.ts.

Overview

ts
class OidcInteractionMiddleware {
    protected oidcInteractionContext: OidcInteractionContext;
    use(): Promise<void>;
}

protected oidcInteractionContext

ts
protected oidcInteractionContext: OidcInteractionContext;

use

ts
use(): Promise<void>;

Released under the MIT License.