Module: LWS::Auth
- Includes:
- Generic
- Defined in:
- lib/lws/apps/auth.rb
Overview
The auth app module
Defined Under Namespace
Classes: Account, App, Company, Configuration, Contract, Device, License, Token, UsageReport, User
Constant Summary collapse
- ENDPOINT =
The API endpoint environment mapping for the Auth app
{ production: "https://leftclick.cloud/" , development: "https://dev.leftclick.cloud/" }
Class Method Summary collapse
-
.endpoint ⇒ String
The actual API endpoint used to reach the app.
Methods included from Generic
Class Method Details
.endpoint ⇒ String
Returns the actual API endpoint used to reach the app.
|
# File 'lib/lws/apps/auth.rb', line 18
|