Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2895739
PhabricatorSSHPublicKeyInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
598 B
Referenced Files
None
Subscribers
None
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
(
)
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 21:57 (6 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1112099
Default Alt Text
PhabricatorSSHPublicKeyInterface.php (598 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment