View Source Oasis.HMACToken.Crypto (oasis v0.5.1)

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.

Link to this section Summary

Link to this section Types

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