Oasis.HMACToken.Crypto (oasis v0.5.2)

View Source

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.

Summary

Types

t()

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