Documentation

CRM_Authx_Page_AJAX
in package

Table of Contents

Methods

getId()  : mixed
Identify the current user.
login()  : mixed
Present the outcome of an authx login.
logout()  : mixed
Logout of Civi+CMS.

Methods

getId()

Identify the current user.

public static getId() : mixed

GET /civicrm/authx/id

login()

Present the outcome of an authx login.

public static login() : mixed

Note that the actual authentication is handled in the authentication layer. This method just renders the response page after a successful login.

logout()

Logout of Civi+CMS.

public static logout() : mixed

GET /civicrm/authx/logout POST /civicrm/authx/logout


        
On this page

Search results