Module dev.eidentification.bankid
Class PhoneOrderResponse
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 Summary
Fields -
Method Summary