Page MenuHomePhorge

PhabricatorSSHPublicKeyInterface.php
No OneTemporary

Size
447 B
Referenced Files
None
Subscribers
None

PhabricatorSSHPublicKeyInterface.php

<?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);
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Sep 16, 5:23 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
450697
Default Alt Text
PhabricatorSSHPublicKeyInterface.php (447 B)

Event Timeline