Get Assertion With Prf Result
@Serializable
Result from PasskeyClient.getAssertionWithPrf(). Contains assertion data plus PRF output for key derivation.
The PRF output is a 32-byte cryptographic secret derived from the passkey and the provided salt. This is used for encrypting wallet backups.
SECURITY: The prfOutput should NEVER be exposed to Flutter or external code. It is used internally for encryption key derivation only.