ResponseData

  • ResponseData is an abstract class representing a U2F response, but it is now deprecated and developers should use Fido APIs instead.

  • It implements the Parcelable interface, enabling its objects to be serialized and deserialized for inter-process communication.

  • The primary method is toJsonObject(), which transforms the response data into a JSON object for easier handling.

  • Known direct subclasses include ErrorResponseData, RegisterResponseData, and SignResponseData, all of which are also deprecated.

public abstract class ResponseData extends Object
implements Parcelable Parcelable
Known Direct Subclasses

This class is deprecated.
Please use Fido APIs instead.

Interface representing a U2F response.

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

abstract JSONObject

Inherited Method Summary

Public Constructors

public ResponseData ()

Public Methods

public abstract JSONObject toJsonObject ()