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

Returned when required configuration keys (`:domain`, `:client_id`,
`:client_secret`, `:redirect_uri`) are missing from both the function
arguments and the application environment.

# `t`

```elixir
@type t() :: %Kinde.MissingConfigError{__exception__: true, keys: [atom()]}
```

---

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