defmodule SoftPosApp do @moduledoc """ SoftPosApp is an OAuth2.0 protected API for MyPinPad integration. This application provides secure endpoints for processing SoftPOS transactions from MyPinPad devices using OAuth2.0 client credentials and refresh token flows. """ end