com.cleeng.api.domain.PrepareRemoteAuthResponse Maven / Gradle / Ivy
package com.cleeng.api.domain;
import org.jsonrpc.JSONRPCMessage;
public class PrepareRemoteAuthResponse extends JSONRPCMessage {
public PrepareRemoteAuthResult result;
}
package com.cleeng.api.domain;
import org.jsonrpc.JSONRPCMessage;
public class PrepareRemoteAuthResponse extends JSONRPCMessage {
public PrepareRemoteAuthResult result;
}