Skip to content
docsv0.9.0

CeremonyType

Which WebAuthn ceremony a {@see ChallengeRecord} belongs to — registration (attestation) or authentication (assertion).

CeremonyType::cases()

public static function cases(): array

CeremonyType::from()

public static function from(string|int $value): static

Parameters

Parameters of from()
NameTypeDescription
$valuestring|int

CeremonyType::tryFrom()

public static function tryFrom(string|int $value): ?static

Parameters

Parameters of tryFrom()
NameTypeDescription
$valuestring|int