public class AuthenticationResponse
extends Object
This class is used to model the authentication response sent by the broker.
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
AuthenticationResponse
public AuthenticationResponse(String version,
String requestId)
-
Method Details
-
getVersion
@NonNull
public @NonNull String getVersion()
-
getRequestId
@NonNull
public @NonNull String getRequestId()
-