Class StatusReference

java.lang.Object
no.digipost.signature.client.direct.StatusReference

public class StatusReference extends Object
A StatusReference is constructed from the url acquired from DirectJobResponse.getStatusUrl(), and a token provided as a query parameter which is added to the exit URL the signer is redirected to when the signing ceremony is completed/aborted/failed. The token needs to be consumed by the system the user is redirected to, and consequently provided to StatusReference.StatusUrlContruction.withStatusQueryToken(String) to be able to construct a valid complete StatusReference which is passed to DirectClient.getStatus(StatusReference)