Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295214
PassphrasePasswordKey.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
418 B
Referenced Files
None
Subscribers
None
PassphrasePasswordKey.php
View Options
<?php
final
class
PassphrasePasswordKey
extends
PassphraseAbstractKey
{
public
static
function
loadFromPHID
(
$phid
,
PhabricatorUser
$viewer
)
{
$key
=
new
PassphrasePasswordKey
(
)
;
return
$key
->
loadAndValidateFromPHID
(
$phid
,
$viewer
,
PassphrasePasswordCredentialType
::
PROVIDES_TYPE
)
;
}
public
function
getPasswordEnvelope
(
)
{
return
$this
->
requireCredential
(
)
->
getSecret
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:30 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1257328
Default Alt Text
PassphrasePasswordKey.php (418 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment