MediaWiki
1.42.0
AuthenticationProvider.php
Go to the documentation of this file.
1
<?php
24
namespace
MediaWiki\Auth
;
25
36
interface
AuthenticationProvider
{
37
46
public
function
getUniqueId
();
47
81
public
function
getAuthenticationRequests
( $action, array $options );
82
83
}
MediaWiki\Auth\AuthenticationProvider
An AuthenticationProvider is used by AuthManager when authenticating users.
Definition
AuthenticationProvider.php:36
MediaWiki\Auth\AuthenticationProvider\getUniqueId
getUniqueId()
Return a unique identifier for this instance.
MediaWiki\Auth\AuthenticationProvider\getAuthenticationRequests
getAuthenticationRequests( $action, array $options)
Return the applicable list of AuthenticationRequests.
MediaWiki\Auth
Definition
AbstractAuthenticationProvider.php:22
includes
auth
AuthenticationProvider.php
Generated on Thu Jun 13 2024 13:47:41 for MediaWiki by
1.10.0