Ehee v0.0.1 Ehee.Credential

Summary

Types

auth ::
  %{user: binary, password: binary} |
  %{access_token: binary}
t :: %Ehee.Credential{auth: auth}

Functions

new(auth)

Specs

new(auth) :: t