Skip to content
docsv0.9.0

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

Parameters of __construct()
NameTypeDescription
$actorId?string
$userVerificationstring