Skip to content
docsv0.9.0

WebAuthnCeremonyException

A WebAuthn ceremony failed a fail-closed check (bad/absent/expired challenge, origin, rpId, signature, or flags). The message names the failed check — never a secret.

WebAuthnCeremonyException::rejected()

public static function rejected(string $reason): self

The ceremony was rejected for $reason (a policy/check name, never credential material).

Parameters

Parameters of rejected()
NameTypeDescription
$reasonstring