duo_client v0.0.1-beta.1 Auth

Link to this section Summary

Link to this section Types

Link to this type async()
async() :: String.t()
Link to this type factor()
factor() :: :auto | :push | :passcode | :sms | :phone
Link to this type id_type()
id_type() :: :username | :user_id
Link to this type ipaddr()
ipaddr() :: String.t()
Link to this type t()
t() :: %Auth{
  async: async(),
  factor: factor(),
  id: id(),
  id_type: id_type(),
  ipaddr: ipaddr()
}

Link to this section Functions

Link to this function add_factor_params(factor_params)
Link to this function build_params(params, factor_params)