MediaWiki
master
AuthenticationProvider.php
Go to the documentation of this file.
1
<?php
7
namespace
MediaWiki\Auth
;
8
19
interface
AuthenticationProvider
{
20
29
public
function
getUniqueId
();
30
64
public
function
getAuthenticationRequests
( $action, array $options );
65
66
}
MediaWiki\Auth\AuthenticationProvider
Authentication providers are used by AuthManager when authenticating users.
Definition
AuthenticationProvider.php:19
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:7
includes
Auth
AuthenticationProvider.php
Generated on Mon Nov 17 2025 19:24:11 for MediaWiki by
1.10.0