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): selfThe ceremony was rejected for $reason (a policy/check name, never credential material).
Parameters
| Name | Type | Description |
|---|---|---|
| $reason | string |