Defines the structure for an authentication header.
@type t() :: %Wsdataselect.Auth.Header{ credential: String.t(), nonce: String.t(), opaque: String.t(), realm: String.t(), response: String.t(), uri: String.t(), username: String.t() }