Home
last modified time | relevance | path

Searched refs:AttestationObjectLoader (Results 1 – 12 of 12) sorted by relevance

/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/web-auth/webauthn-lib/src/
H A DPublicKeyCredentialLoader.php32 use Webauthn\AttestationStatement\AttestationObjectLoader; alias
41 * @var AttestationObjectLoader
55 …public function __construct(AttestationObjectLoader $attestationObjectLoader, ?LoggerInterface $lo…
65 public static function create(AttestationObjectLoader $attestationObjectLoader): self
H A DServer.php31 use Webauthn\AttestationStatement\AttestationObjectLoader; alias
249 … $attestationObjectLoader = AttestationObjectLoader::create($attestationStatementSupportManager)
275 … $attestationObjectLoader = AttestationObjectLoader::create($attestationStatementSupportManager)
/dports/www/nextcloud/nextcloud/3rdparty/web-auth/webauthn-lib/src/
H A DPublicKeyCredentialLoader.php32 use Webauthn\AttestationStatement\AttestationObjectLoader; alias
41 * @var AttestationObjectLoader
55 …public function __construct(AttestationObjectLoader $attestationObjectLoader, ?LoggerInterface $lo…
65 public static function create(AttestationObjectLoader $attestationObjectLoader): self
H A DServer.php31 use Webauthn\AttestationStatement\AttestationObjectLoader; alias
251 … $attestationObjectLoader = AttestationObjectLoader::create($attestationStatementSupportManager)
277 … $attestationObjectLoader = AttestationObjectLoader::create($attestationStatementSupportManager)
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/web-auth/webauthn-lib/src/
H A DPublicKeyCredentialLoader.php24 use Webauthn\AttestationStatement\AttestationObjectLoader; alias
33 * @var AttestationObjectLoader
42 …public function __construct(AttestationObjectLoader $attestationObjectLoader, ?Decoder $decoder = …
H A DServer.php27 use Webauthn\AttestationStatement\AttestationObjectLoader; alias
198 $attestationObjectLoader = new AttestationObjectLoader($attestationStatementSupportManager);
218 $attestationObjectLoader = new AttestationObjectLoader($attestationStatementSupportManager);
/dports/www/nextcloud/nextcloud/lib/private/Authentication/WebAuthn/
H A DManager.php40 use Webauthn\AttestationStatement\AttestationObjectLoader; alias
135 $attestationObjectLoader = new AttestationObjectLoader($attestationStatementSupportManager);
202 $attestationObjectLoader = new AttestationObjectLoader($attestationStatementSupportManager);
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/lib/Service/
H A DWebauthnManager.php58 use Webauthn\AttestationStatement\AttestationObjectLoader; alias
207 $attestationObjectLoader = new AttestationObjectLoader($attestationStatementSupportManager);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/web-auth/webauthn-lib/src/AttestationStatement/
H A DAttestationObjectLoader.php28 class AttestationObjectLoader class
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/web-auth/webauthn-lib/src/AttestationStatement/
H A DAttestationObjectLoader.php35 class AttestationObjectLoader class
/dports/www/nextcloud/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/
H A DAttestationObjectLoader.php35 class AttestationObjectLoader class
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/
H A Dwebauthn.inc24 use Webauthn\AttestationStatement\AttestationObjectLoader;
296 * @return AttestationObjectLoader attestation object loader
299 return new AttestationObjectLoader($manager, $decoder);
305 * @param AttestationObjectLoader $attestationObjectLoader attestation object loader