Page MenuHomestyx hydra

PhabricatorSSHPublicKeyInterface.php
No OneTemporary

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);
/**
* Provide a default name for generated SSH keys.
*/
public function getSSHKeyDefaultName();
public function getSSHKeyNotifyPHIDs();
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Jan 15, 4:02 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
613252
Default Alt Text
PhabricatorSSHPublicKeyInterface.php (598 B)

Event Timeline