Page MenuHomestyx hydra

PhabricatorAuthFactorProviderTransactionType.php
No OneTemporary

PhabricatorAuthFactorProviderTransactionType.php

<?php
abstract class PhabricatorAuthFactorProviderTransactionType
extends PhabricatorModularTransactionType {
final protected function isDuoProvider(
PhabricatorAuthFactorProvider $provider) {
$duo_key = id(new PhabricatorDuoAuthFactor())->getFactorKey();
return ($provider->getProviderFactorKey() === $duo_key);
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Nov 24, 1:29 PM (21 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
399544
Default Alt Text
PhabricatorAuthFactorProviderTransactionType.php (338 B)

Event Timeline