com.geotab.http.response.AuthenticateResponse Maven / Gradle / Ivy
package com.geotab.http.response;
import com.geotab.model.login.LoginResult;
/**
* Response containing the {@link LoginResult}.
* @deprecated use {@link com.geotab.api.Api#callResult} or one of the specific method variants instead.
*/
@Deprecated
public class AuthenticateResponse extends BaseResponse {
}