ExperimentalWebAuthnL3Api
@RequiresOptIn(message = "This API depends on WebAuthn Level 3 features that may evolve before broader stabilization.", level = RequiresOptIn.Level.WARNING)
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.CONSTRUCTOR] )
Marker for APIs that depend on WebAuthn Level 3 features and may evolve with spec updates.