# AuthenticationInfo

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts#L653)

Authentication information

## Properties

| Property | Type |
|---|---|
| `type` | `'jwt' | 'oauth' | 'api-key' | 'basic' | 'bearer' | 'none'` |
| `scopes` | `string[]` |
| `optional` | `boolean` |
