Page MenuHomePhorge

PhabricatorAuthSSHKeyReplyHandler.php
No OneTemporary

Size
404 B
Referenced Files
None
Subscribers
None

PhabricatorAuthSSHKeyReplyHandler.php

<?php
final class PhabricatorAuthSSHKeyReplyHandler
extends PhabricatorApplicationTransactionReplyHandler {
public function validateMailReceiver($mail_receiver) {
if (!($mail_receiver instanceof PhabricatorAuthSSHKey)) {
throw new Exception(
pht('Mail receiver is not a %s!', 'PhabricatorAuthSSHKey'));
}
}
public function getObjectPrefix() {
return 'SSHKEY';
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 10:55 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
121518
Default Alt Text
PhabricatorAuthSSHKeyReplyHandler.php (404 B)

Event Timeline