hashCode

open override fun hashCode(): Int

Returns the hash code value for this PasskeyCredential instance.

The computation includes the credentialId, publicKey, authenticatorData, clientDataJSON, and optionally the attestationObject fields.

The hash code is computed such that two PasskeyCredential instances that are considered equal based on the equals method will have the same hash code.

Return

The hash code value for this instance.