Page MenuHomec4science

PhabricatorAuthPasswordHashInterface.php
No OneTemporary

File Metadata

Created
Wed, Mar 12, 16:00

PhabricatorAuthPasswordHashInterface.php

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

Event Timeline