Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorAuthInviteEngine

final class PhabricatorAuthInviteEngine
Phabricator Technical Documentation (Auth)

This class does an unusual amount of flow control via exceptions. The intent is to make the workflows highly testable, because this code is high-stakes and difficult to test.

Methods

public function setViewer($viewer)

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild

public function getViewer()

This method is not documented.
Return
wild

public function setUserHasConfirmedVerify($confirmed)

This method is not documented.
Parameters
$confirmed
Return
wild

private function shouldVerify()

This method is not documented.
Return
wild

public function processInviteCode($code)

This method is not documented.
Parameters
$code
Return
wild

private function handleLoggedInInvite($invite, $viewer, $email)

This method is not documented.
Parameters
PhabricatorAuthInvite$invite
PhabricatorUser$viewer
PhabricatorUserEmail$email
Return
wild

private function loadUserForEmail($email)

This method is not documented.
Parameters
PhabricatorUserEmail$email
Return
wild

private function getLoginURI()

This method is not documented.
Return
wild

private function getLogoutURI()

This method is not documented.
Return
wild