Skip to content
docsv0.9.0

WebAuthnAssertionResult

The verified product of an assertion: which credential/actor was cryptographically proven, plus the sign-counter signal. The host turns this into a session; it is NOT itself a session or an AuthContext.

WebAuthnAssertionResult::__construct()

public function __construct(string $credentialId, string $actorId, ?string $userHandle, int $newSignCount, bool $cloneWarning):

Parameters

Parameters of __construct()
NameTypeDescription
$credentialIdstring
$actorIdstring
$userHandle?string
$newSignCountint
$cloneWarningbool