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
Wed, Nov 26, 7:43 PM (17 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
399544
Default Alt Text
PhabricatorAuthFactorProviderTransactionType.php (338 B)

Event Timeline