CredentialRepository¶
-
class
OC\Authentication\WebAuthn\CredentialRepository¶ Source: lib/private/Authentication/WebAuthn/CredentialRepository.php#36 Implements: Webauthn\PublicKeyCredentialSourceRepository
Properties¶
Methods¶
-
public
OC\Authentication\WebAuthn\CredentialRepository::__construct($credentialMapper)¶ Source: lib/private/Authentication/WebAuthn/CredentialRepository.php#41
-
public
OC\Authentication\WebAuthn\CredentialRepository::findOneByCredentialId($publicKeyCredentialId)¶ Source: lib/private/Authentication/WebAuthn/CredentialRepository.php#45
-
public
OC\Authentication\WebAuthn\CredentialRepository::findAllForUserEntity($publicKeyCredentialUserEntity)¶ Source: lib/private/Authentication/WebAuthn/CredentialRepository.php#57 Returns: \Webauthn\PublicKeyCredentialSource[]
-
public
OC\Authentication\WebAuthn\CredentialRepository::saveAndReturnCredentialSource($publicKeyCredentialSource, $name=null)¶ Source: lib/private/Authentication/WebAuthn/CredentialRepository.php#66
-
public
OC\Authentication\WebAuthn\CredentialRepository::saveCredentialSource($publicKeyCredentialSource, $name=null)¶ Source: lib/private/Authentication/WebAuthn/CredentialRepository.php#92