Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105308402
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, Mar 16, 04:52
Size
598 B
Mime Type
text/x-php
Expires
Tue, Mar 18, 04:52 (2 d)
Engine
blob
Format
Raw Data
Handle
24960400
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