MediaWiki  master
AuthenticationProvider.php
Go to the documentation of this file.
1 <?php
24 namespace MediaWiki\Auth;
25 
37 
46  public function getUniqueId();
47 
81  public function getAuthenticationRequests( $action, array $options );
82 
83 }
An AuthenticationProvider is used by AuthManager when authenticating users.
getUniqueId()
Return a unique identifier for this instance.
getAuthenticationRequests( $action, array $options)
Return the applicable list of AuthenticationRequests.