java.lang.Object
dev.eidentification.bankid.client.response.PhoneOrderResponse
All Implemented Interfaces:
Response
Direct Known Subclasses:
PhoneAuthenticateResponse, PhoneSignResponse

public abstract sealed class PhoneOrderResponse extends Object implements Response permits PhoneAuthenticateResponse, PhoneSignResponse
The PhoneOrderResponse class represents the response from a phone order. It is an abstract sealed class, meaning it has two subclasses: PhoneAuthenticateResponse and PhoneSignResponse.
  • Field Details

    • orderRef

      protected String orderRef
      Used to collect the status of the order.
  • Method Details