This method is not documented.
This method is not documented.
This method is not documented.
string | $session_token | Session token. |
const | Session kind constant. |
const | $session_type | The type of session to load. |
string | $session_token | The session token. |
const | $session_type | Session type constant (see @{class:PhabricatorAuthSession}). |
phid|null | $identity_phid | Identity to establish a session for, usually a user PHID. With `null`, generates an anonymous session. |
bool | $partial | True to issue a partial session. |
string | Newly generated session key. |
PhabricatorUser | $user | User whose sessions should be terminated. |
string|null | $except_session | Optionally, one session to keep. Normally, the current login session. |
This method is not documented.
PhabricatorUser | $user | |
PhabricatorAuthSession | $session | |
PhabricatorUser | $viewer | User whose session needs to be in high security. |
AphrontRequest | $request | Current request. |
string | $cancel_uri | URI to return the user to if they cancel. |
PhabricatorAuthHighSecurityToken | Security token. |
PhabricatorUser | $viewer | User whose session needs to be in high security. |
AphrontRequest | $request | Current request. |
string | $cancel_uri | URI to return the user to if they cancel. |
bool | $jump_into_hisec | True to jump partial sessions directly into high security instead of just upgrading them to full sessions. |
PhabricatorAuthHighSecurityToken | Security token. |
This method is not documented.
PhabricatorUser | $viewer | |
AphrontRequest | $request | |
| $cancel_uri | |
| $jump_into_hisec | |
| $upgrade_session | |
PhabricatorAuthSession | $session | Session to issue a token for. |
bool | $force | Force token issue. |
PhabricatorAuthHighSecurityToken|null | Token, if authorized. |
PhabricatorUser | $factors | Viewing user. |
AphrontRequest | $validation_results | Current request. |
PhabricatorUser | $viewer | |
AphrontRequest | $request | |
AphrontFormView | Renderable form. |
PhabricatorUser | $viewer | Acting user. |
PhabricatorAuthSession | $session | Session to return to normal security. |
PhabricatorAuthSession | $viewer | Session to upgrade. |
PhabricatorUser | $viewer | User whose session should upgrade. |
array | $docs | LegalpadDocument objects |
PhabricatorUser | $user | User to generate a URI for. |
PhabricatorUserEmail | $email | Optionally, email to verify when link is used. |
string | $type | Optional context string for the URI. This is purely cosmetic and used only to customize workflow and error messages. |
bool | $force_full_session | True to generate a URI which forces an immediate upgrade to a full session, bypassing MFA and other login checks. |
PhabricatorUser | $user | User to load the token for. |
PhabricatorUserEmail | $email | Optionally, email to verify when link is used. |
string | $key | Key user is presenting as a valid one-time login key. |
PhabricatorAuthTemporaryToken|null | Token, if one exists. |
PhabricatorUser | $user | User this key is for. |
PhabricatorUserEmail | $email | Optionally, email to verify when link is used. |
string | $key | The one time login key. |
string | Hash of the key. task onetime |
This method is not documented.
AphrontDatabaseConnection | $conn | |
This method is not documented.
PhabricatorUser | $user | |
array | $types_map | |
array | $cache_raw | |
This method is not documented.
This method is not documented.
PhabricatorAuthSession | $session | |