AuthResponse
Constructors
Link copied to clipboard
public AuthResponse AuthResponse(@Json(name = "session_id") String sessionId, @Json(name = "qrcode_url") String qrCodeUrl, @Json(name = "result") String result, @Json(name = "status") String status, @Json(name = "status_msg") String statusMsg)