CeremonyType
Which WebAuthn ceremony a {@see ChallengeRecord} belongs to — registration (attestation) or authentication (assertion).
CeremonyType::cases()
public static function cases(): arrayCeremonyType::from()
public static function from(string|int $value): staticParameters
| Name | Type | Description |
|---|---|---|
| $value | string|int |
CeremonyType::tryFrom()
public static function tryFrom(string|int $value): ?staticParameters
| Name | Type | Description |
|---|---|---|
| $value | string|int |