# `Oasis.HMACToken.Crypto`
[🔗](https://github.com/xinz/oasis/blob/main/lib/oasis/hmac_token.ex#L68)

In general, when we define a hmac security scheme of the OpenAPI Specification,
the generated module will use this struct to define the required crypto-related
key information.

# `t`

```elixir
@type t() :: %Oasis.HMACToken.Crypto{credential: String.t(), secret: String.t()}
```

---

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