---
url: /api/security/oidc-provider/types/domain/type-oidc-interaction.md
description: api documentation of OidcInteraction from @tsed/oidc-provider
---

## Usage

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

> See [/packages/security/oidc-provider/src/domain/interfaces.ts](https://github.com/tsedio/tsed/blob/v8.38.6/packages/security/oidc-provider/src/domain/interfaces.ts#L0-L0).

## Overview

```ts
type OidcInteraction = InstanceType<Provider["Interaction"]>;
```
