# Interface: IEntityStorageAuthenticationAuditServiceConstructorOptions

Options for the EntityStorageAuthenticationAuditService constructor.

## Properties

### authenticationAuditEntryStorageType? {#authenticationauditentrystoragetype}

> `optional` **authenticationAuditEntryStorageType?**: `string`

The entity storage for the audit entries.

#### Default

```ts
authentication-audit-entry
```

***

### config? {#config}

> `optional` **config?**: [`IEntityStorageAuthenticationAuditServiceConfig`](IEntityStorageAuthenticationAuditServiceConfig.md)

The configuration for the authentication audit service.
