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
| Name | Type | Description |
|---|---|---|
| $credentialId | string | |
| $actorId | string | |
| $userHandle | ?string | |
| $newSignCount | int | |
| $cloneWarning | bool |