Skip to content

BackchannelAuthenticationRequest

@tsed/oidc-provider

Usage

typescript
import { BackchannelAuthenticationRequest } from "@tsed/security/oidc-provider/src/types/domain/interfaces";

See /packages/security/oidc-provider/src/types/domain/interfaces.ts.

Overview

ts
type BackchannelAuthenticationRequest = InstanceType<Provider["BackchannelAuthenticationRequest"]>;

Released under the MIT License.