Manager¶
-
class
OC\Authentication\WebAuthn\
Manager
¶ Source: lib/private/Authentication/WebAuthn/Manager.php#59
Properties¶
Methods¶
-
public
OC\Authentication\WebAuthn\Manager::
__construct
($repository, $credentialMapper, $logger, $config)¶ Source: lib/private/Authentication/WebAuthn/Manager.php#73
-
public
OC\Authentication\WebAuthn\Manager::
startRegistration
($user, $serverHost)¶ Source: lib/private/Authentication/WebAuthn/Manager.php#85
-
public
OC\Authentication\WebAuthn\Manager::
finishRegister
($publicKeyCredentialCreationOptions, $name, $data)¶ Source: lib/private/Authentication/WebAuthn/Manager.php#130
-
public
OC\Authentication\WebAuthn\Manager::
startAuthentication
($uid, $serverHost)¶ Source: lib/private/Authentication/WebAuthn/Manager.php#179
-
public
OC\Authentication\WebAuthn\Manager::
finishAuthentication
($publicKeyCredentialRequestOptions, $data, $uid)¶ Source: lib/private/Authentication/WebAuthn/Manager.php#199
-
public
OC\Authentication\WebAuthn\Manager::
deleteRegistration
($user, $id)¶ Source: lib/private/Authentication/WebAuthn/Manager.php#250
-
public
OC\Authentication\WebAuthn\Manager::
isWebAuthnAvailable
()¶ Source: lib/private/Authentication/WebAuthn/Manager.php#261