WebAuthnAuthenticationContext
The host-supplied inputs for an authentication ceremony — an optional known actor (username-less flows leave it null, resolved instead from the assertion's credential) and the user verification requirement.
WebAuthnAuthenticationContext::__construct()
public function __construct(?string $actorId = null, string $userVerification = 'preferred'):Parameters
| Name | Type | Description |
|---|---|---|
| $actorId | ?string | |
| $userVerification | string |