# Class: AuthenticationRateEntry

Class defining the storage for authentication rate entries.

## Constructors

### Constructor

> **new AuthenticationRateEntry**(): `AuthenticationRateEntry`

#### Returns

`AuthenticationRateEntry`

## Properties

### id {#id}

> **id**: `string`

The id for the rate entry.

***

### timestamps {#timestamps}

> **timestamps**: `string`[]

Array of ISO date strings representing timestamps of failed attempts.

***

### dateModified {#datemodified}

> **dateModified**: `string`

Last modification time in ISO date format.
