guard

v0.10.3

  • Pages
  • Modules
  • Exceptions

    guard v0.10.3 Guard.Users

    Link to this section Summary

    Functions

    confirm_user_email(user, email)
    confirm_user_mobile(user, mobile)
    create_user(changes \\ %{})
    delete_user(user)
    get!(id)
    get(id)
    get_by!(opts)
    get_by(opts)
    get_by_email!(email)
    get_by_email(email)
    get_by_mobile!(mobile)
    get_by_mobile(mobile)
    get_by_username!(username)
    get_by_username(username)
    list_devices(user)
    update_user(user, changes)

    Link to this section Functions

    Link to this function confirm_user_email(user, email)
    Link to this function confirm_user_mobile(user, mobile)
    Link to this function create_user(changes \\ %{})
    Link to this function delete_user(user)
    Link to this function get!(id)
    Link to this function get(id)
    Link to this function get_by!(opts)
    Link to this function get_by(opts)
    Link to this function get_by_email!(email)
    Link to this function get_by_email(email)
    Link to this function get_by_mobile!(mobile)
    Link to this function get_by_mobile(mobile)
    Link to this function get_by_username!(username)
    Link to this function get_by_username(username)
    Link to this function list_devices(user)
    Link to this function update_user(user, changes)

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer.