Class LoginResponseEnvelope
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.APIResponseEnvelope<LoginResponsePayload>
-
- com.inteliqua.rest.common.auth.payload.response.LoginResponseEnvelope
-
public class LoginResponseEnvelope extends com.qivos.util.rest.common.envelope.APIResponseEnvelope<LoginResponsePayload>
Represents an envelope for the login response.This class extends
APIResponseEnvelopeto wrap the login response payload, providing a standard structure for API responses.- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description LoginResponseEnvelope(LoginResponsePayload payload)Constructs a newLoginResponseEnvelopewith the given payload.
-
-
-
Constructor Detail
-
LoginResponseEnvelope
public LoginResponseEnvelope(LoginResponsePayload payload)
Constructs a newLoginResponseEnvelopewith the given payload.- Parameters:
payload- The login response payload containing relevant authentication details.
-
-