Page MenuHomec4science

PhabricatorAuthPasswordHashInterface.php
No OneTemporary

File Metadata

Created
Sun, Feb 16, 22:03

PhabricatorAuthPasswordHashInterface.php

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

Event Timeline