PublicKeyCredentialMapper¶
-
class
OC\Authentication\WebAuthn\Db\PublicKeyCredentialMapper¶ Source: lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php#37 Parent: OCP\AppFramework\Db\QBMapper
Methods¶
-
public
OC\Authentication\WebAuthn\Db\PublicKeyCredentialMapper::__construct($db)¶ Source: lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php#38
-
public
OC\Authentication\WebAuthn\Db\PublicKeyCredentialMapper::findOneByCredentialId($publicKeyCredentialId)¶ Source: lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php#42
-
public
OC\Authentication\WebAuthn\Db\PublicKeyCredentialMapper::findAllForUid($uid)¶ Source: lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php#57 Returns: \OC\Authentication\WebAuthn\Db\PublicKeyCredentialEntity[]
-
public
OC\Authentication\WebAuthn\Db\PublicKeyCredentialMapper::findById($uid, $id)¶ Source: lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php#76
Parameters: - $uid (string)
- $id (int)
Returns: Throws: