MediaWiki
master
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 Wed Oct 4 2023 07:08:10 for MediaWiki by
1.9.1