DockerEngineAPI.Model.SystemAuthResponse (elixir_dea v1.45.7)

Summary

Types

@type t() :: %DockerEngineAPI.Model.SystemAuthResponse{
  IdentityToken: String.t() | nil,
  Status: String.t()
}

Functions