# `LogpointApi.Data.Credential`
[🔗](https://github.com/MikaelFangel/logpoint_api/blob/v2.2.0/lib/logpoint_api/data/credential.ex#L1)

Username and secret key used to authenticate with the Logpoint API.

Created internally by `LogpointApi.client/3,4`.

# `t`

```elixir
@type t() :: %LogpointApi.Data.Credential{
  secret_key: String.t(),
  username: String.t()
}
```

# `new`

---

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