PublicKeyCredentialEntity

class OC\Authentication\WebAuthn\Db\PublicKeyCredentialEntity
Source:lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php#46
Parent:OCP\AppFramework\Db\Entity
Implements:JsonSerializable

Properties

protected static property OC\Authentication\WebAuthn\Db\PublicKeyCredentialEntity::$name
Source:lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php#49
Type:string
protected static property OC\Authentication\WebAuthn\Db\PublicKeyCredentialEntity::$uid
Source:lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php#52
Type:string
protected static property OC\Authentication\WebAuthn\Db\PublicKeyCredentialEntity::$publicKeyCredentialId
Source:lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php#55
Type:string
protected static property OC\Authentication\WebAuthn\Db\PublicKeyCredentialEntity::$data
Source:lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php#58
Type:string

Methods

public OC\Authentication\WebAuthn\Db\PublicKeyCredentialEntity::__construct()
Source:lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php#60
public static OC\Authentication\WebAuthn\Db\PublicKeyCredentialEntity::fromPublicKeyCrendentialSource($name, $publicKeyCredentialSource)
Source:lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php#67
public OC\Authentication\WebAuthn\Db\PublicKeyCredentialEntity::toPublicKeyCredentialSource()
Source:lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php#78
public OC\Authentication\WebAuthn\Db\PublicKeyCredentialEntity::jsonSerialize()
Source:lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php#87