Class AuthenticateResponse

java.lang.Object
dev.eidentification.bankid.client.response.OrderResponse
dev.eidentification.bankid.client.response.AuthenticateResponse
All Implemented Interfaces:
Response

public final class AuthenticateResponse extends OrderResponse
This is the final response class for Authentication extending from the OrderResponse base class.
  • Constructor Details

    • AuthenticateResponse

      public AuthenticateResponse(String orderRef, String autoStartToken, String qrStartToken, String qrStartSecret)
      Creates an instance of AuthenticateResponse.
      Parameters:
      orderRef - The order reference.
      autoStartToken - The auto start token.
      qrStartToken - The QR start token.
      qrStartSecret - The QR start secret.
  • Method Details