Class: Conexa::Auth
- Inherits:
-
ConexaObject
- Object
- ConexaObject
- Conexa::Auth
- Defined in:
- lib/conexa/resources/auth.rb
Overview
Note:
For most cases, use Application Token instead (configured in Conexa.configure)
Authentication resource for username/password authentication
Constant Summary
Constants inherited from ConexaObject
Instance Attribute Summary
Attributes inherited from ConexaObject
Class Method Summary collapse
-
.login(username:, password:) ⇒ Auth
(also: authenticate)
Authenticate with username and password.
Methods inherited from ConexaObject
#==, #[]=, convert, #empty?, #initialize, #respond_to_missing?, #to_hash, #unsaved_attributes
Constructor Details
This class inherits a constructor from Conexa::ConexaObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Conexa::ConexaObject