Page MenuHomec4science

PhabricatorAuthPasswordHashInterface.php
No OneTemporary

File Metadata

Created
Sat, Feb 15, 18:37

PhabricatorAuthPasswordHashInterface.php

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

Event Timeline