Page MenuHomec4science

PhabricatorAuthPasswordHashInterface.php
No OneTemporary

File Metadata

Created
Fri, Apr 25, 02:00

PhabricatorAuthPasswordHashInterface.php

<?php
interface PhabricatorAuthPasswordHashInterface {
public function newPasswordDigest(
PhutilOpaqueEnvelope $envelope,
PhabricatorAuthPassword $password);
}

Event Timeline