Module dev.eidentification.bankid
Class OrderResponse
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 Summary
Fields -
Method Summary
-
Field Details
-
autoStartToken
Used to compile the start url. -
orderRef
Used to collect the status of the order. -
qrStartToken
Used to compute the animated QR code. -
qrStartSecret
Used to compute the animated QR code.
-
-
Method Details