Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110717045
PhabricatorSSHPublicKeyInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Apr 27, 18:42
Size
598 B
Mime Type
text/x-php
Expires
Tue, Apr 29, 18:42 (2 d)
Engine
blob
Format
Raw Data
Handle
25844503
Attached To
rPH Phabricator
PhabricatorSSHPublicKeyInterface.php
View Options
<?php
interface
PhabricatorSSHPublicKeyInterface
{
/**
* Provide a URI for SSH key workflows to return to after completing.
*
* When an actor adds, edits or deletes a public key, they'll be returned to
* this URI. For example, editing user keys returns the actor to the settings
* panel. Editing device keys returns the actor to the device page.
*/
public
function
getSSHPublicKeyManagementURI
(
PhabricatorUser
$viewer
);
/**
* Provide a default name for generated SSH keys.
*/
public
function
getSSHKeyDefaultName
();
public
function
getSSHKeyNotifyPHIDs
();
}
Event Timeline
Log In to Comment