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

Methods included from Generic

included

Class Method Details

.endpointString

Returns the actual API endpoint used to reach the app.

Returns:

  • (String)

    the actual API endpoint used to reach the app



# File 'lib/lws/apps/auth.rb', line 18