Wsdataselect.Auth.Header (wsdataselect v1.1.21)

Copy Markdown View Source

Defines the structure for an authentication header.

Summary

Types

t()

@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()
}