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

Returned by `Kinde.ManagementAPI` when an API call is made before the
access token has been obtained (e.g. right after startup or after a
renewal failure).

# `t`

```elixir
@type t() :: %Kinde.NoAccessTokenError{__exception__: true}
```

---

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