Web Authn Authentication Result
data class WebAuthnAuthenticationResult(val credentialId: ByteArray, val authenticatorData: ByteArray, val clientDataJSON: ByteArray, val signature: ByteArray)
WebAuthn authentication result from a passkey ceremony.
Contains the complete attestation data required to verify biometric or security key authentication.