# `Kinde.StateNotFoundError`
[🔗](https://github.com/starfish-codes/elixir-kinde/blob/v2.1.0/lib/kinde/state_not_found_error.ex#L1)

Returned by `Kinde.token/4` when the OAuth state parameter is not found
in state management (expired, already consumed, or never created).

# `t`

```elixir
@type t() :: %Kinde.StateNotFoundError{__exception__: true, state: String.t()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
