CMS  Version 3.9
AuthenticateAPIEndPoint Class Reference
+ Inheritance diagram for AuthenticateAPIEndPoint:
+ Collaboration diagram for AuthenticateAPIEndPoint:

Public Member Functions

 get ()
 
 post ()
 
 allowAnonymous ()
 
- Public Member Functions inherited from APIEndPoint
 __construct ()
 
 checkAccess ()
 

Detailed Description

Definition at line 55 of file api_manager.inc.

Member Function Documentation

◆ allowAnonymous()

AuthenticateAPIEndPoint::allowAnonymous ( )

Reimplemented from APIEndPoint.

Definition at line 67 of file api_manager.inc.

68  {
69  return true;
70  }

◆ get()

AuthenticateAPIEndPoint::get ( )

Definition at line 57 of file api_manager.inc.

58  {
60  }
static JSONreturn($object, $sendType=true, $wrap=true)
Return a DataItem to the client in JSON format.
Definition: core.inc:1160

◆ post()

AuthenticateAPIEndPoint::post ( )

Definition at line 62 of file api_manager.inc.


The documentation for this class was generated from the following file: