java.lang.Object
dev.eidentification.bankid.client.response.OrderResponse
All Implemented Interfaces:
Response
Direct Known Subclasses:
AuthenticateResponse, SignResponse

public abstract sealed class OrderResponse extends Object implements Response permits AuthenticateResponse, SignResponse
The abstract class representing the response from an order request.
  • Field Details Link icon

    • autoStartToken Link icon

      protected String autoStartToken
      Used to compile the start url.
    • orderRef Link icon

      protected String orderRef
      Used to collect the status of the order.
    • qrStartToken Link icon

      protected String qrStartToken
      Used to compute the animated QR code.
    • qrStartSecret Link icon

      protected String qrStartSecret
      Used to compute the animated QR code.
  • Method Details Link icon

    • getAutoStartToken Link icon

      public String getAutoStartToken()
    • getOrderRef Link icon

      public String getOrderRef()
    • getQrStartToken Link icon

      public String getQrStartToken()
    • getQrStartSecret Link icon

      public String getQrStartSecret()
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object