> For the complete documentation index, see [llms.txt](https://dev.vulos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.vulos.io/reference/identity-javascript-sdk/the-frontend-auth-package/stateverifier.md).

# StateVerifier

## Members

### `state : string`

A random state.

## Methods

### `constructor()`

Create a new state verifier.

```javascript
const verifier = new StateVerifier()
```
