MediaWiki master
AuthenticationProvider.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Auth;
8
20
29 public function getUniqueId();
30
64 public function getAuthenticationRequests( $action, array $options );
65
66}
Authentication providers are used by AuthManager when authenticating users.
getUniqueId()
Return a unique identifier for this instance.
getAuthenticationRequests( $action, array $options)
Return the applicable list of AuthenticationRequests.