MediaWiki master
AuthManagerVerifyAuthenticationHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Auth\Hook;
4
8
58 ?UserIdentity $user,
59 AuthenticationResponse &$response,
60 AuthManager $authManager,
61 array $info
62 );
63}
This serves as the entry point to the authentication system.
This is a value object to hold authentication response data.
onAuthManagerVerifyAuthentication(?UserIdentity $user, AuthenticationResponse &$response, AuthManager $authManager, array $info)
This hook is called before the end of a successful login or account creation attempt.
Interface for objects representing user identity.