hashCode

open override fun hashCode(): Int

Computes a hash code for the PasskeyAssertion instance.

This method generates a hash code based on the contents of the byte arrays and optional fields within the PasskeyAssertion instance. It ensures that equal instances of the object produce the same hash code.

Return

The computed hash code as an integer value.