Files
phabricator/src/applications/auth/password/PhabricatorPasswordHashInterface.php

10 lines
169 B
PHP
Raw Normal View History

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