access_pass

v0.1.1

  • Pages
  • Modules

    access_pass v0.1.1 AccessPass.GateKeeper

    Link to this section Summary

    Functions

    change_password(password_id, new_password)
    check(access_token)
    confirm(confirm_id)
    forgot_username(email)
    formatTokens(refresh_token, access_token, expire_in)
    genToken()
    isExpired(unix)
    log_in(username, password)
    log_out(access_token)
    refresh(refresh_token)
    register(user_obj)
    reset_password(username)
    timeNowInUnix()
    translate_error(arg)

    Link to this section Functions

    Link to this function change_password(password_id, new_password)
    Link to this function check(access_token)
    Link to this function confirm(confirm_id)
    Link to this function forgot_username(email)
    Link to this function formatTokens(refresh_token, access_token, expire_in)
    Link to this function genToken()
    Link to this function isExpired(unix)
    Link to this function log_in(username, password)
    Link to this function log_out(access_token)
    Link to this function refresh(refresh_token)
    Link to this function register(user_obj)
    Link to this function reset_password(username)
    Link to this function timeNowInUnix()
    Link to this function translate_error(arg)

    Built using ExDoc (v0.18.1), designed by Friedel Ziegelmayer for the Elixir programming language.