Class FingerprintResponse

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getEventId() Unique identifier for this identification event.
      final String getVisitorId() The stable identifier for this device.
      final Integer getSuspectScore() Server-side risk score for this identification request, or null if not present in the response.
      final String getSealedResult() The raw sealed (encrypted) result from the server, or null if sealed results are not enabled for this workspace.
      final String getAsJson() The full server response as a JSON string.
      final String getErrorMessage() Non-null if the server returned a partial response with an error message.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEventId

         final String getEventId()

        Unique identifier for this identification event. Use it on the Fingerprint dashboard or Server API to query all signals and smart signals associated with this request. Useful for debugging and support tickets.

      • getVisitorId

         final String getVisitorId()

        The stable identifier for this device. Consistent across sessions for the same physical device.

      • getSuspectScore

         final Integer getSuspectScore()

        Server-side risk score for this identification request, or null if not present in the response. Higher values indicate higher suspicion.

      • getSealedResult

         final String getSealedResult()

        The raw sealed (encrypted) result from the server, or null if sealed results are not enabled for this workspace.

      • getAsJson

         final String getAsJson()

        The full server response as a JSON string.

      • getErrorMessage

         final String getErrorMessage()

        Non-null if the server returned a partial response with an error message.