Back to Joomla project (class list)

Class AuthenticationHelper - list of methods

Authentication helper class
Package: Joomla\CMS\Helper
Copyright: (C) 2016 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Helper/AuthenticationHelper.php
Project: Joomla

Method Summary

public static array
()

Get the Two Factor Authentication Methods available.
Returns
  • array Two factor authentication methods.
Since
  • 3.6.3
Show source code of this method: getTwoFactorMethods Source Code

public static array
(string $formId)

Get additional login buttons to add in a login module. These buttons can be used for authentication methods external to Joomla such as WebAuthn, login with social media providers, login with third party providers or even login with third party Single Sign On (SSO) services.
Parameters
  • string $formId The HTML ID of the login form container. Use it to filter when and where to show your additional login button(s)
Returns
  • array Button definitions.
Since
  • 4.0.0
Show source code of this method: getLoginButtons Source Code

Tags Summary

Since
3.6.3